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
I was about to implement DOMContentLoaded in my require.callback function. When it dawned on me that rvc is used with an exclamation mark (e.i. deps: ["ractive", "rvc!components/filter"]). Does that mean that rvc is loaded after the DOM is ready as described in RequireJS#pageload documentation? Or does rvc do any DOM ready logic before inserting/appending a component?
I just want to make sure I don't need to track down race conditions later.
The text was updated successfully, but these errors were encountered:
I was about to implement DOMContentLoaded in my
require.callback
function. When it dawned on me that rvc is used with an exclamation mark (e.i.deps: ["ractive", "rvc!components/filter"]
). Does that mean that rvc is loaded after the DOM is ready as described in RequireJS#pageload documentation? Or does rvc do any DOM ready logic before inserting/appending a component?I just want to make sure I don't need to track down race conditions later.
The text was updated successfully, but these errors were encountered: