You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Loads a fragment. * @param {string} path The path to the fragment * @returns {Promise<HTMLElement>} The root element of the fragment. <--- Promise! */exportasyncfunctionloadFragment(path){//...}
Actual Behaviour
/** * Loads a fragment. * @param {string} path The path to the fragment * @returns {HTMLElement} The root element of the fragment. */exportasyncfunctionloadFragment(path){//...}
Expected Behaviour
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
https://github.com/adobe/aem-block-collection/blob/main/blocks/fragment/fragment.js#L18
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: