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
In your demo if I open console and run disclosure.destroy() I get the following errors:
Chrome: "Cannot read property 'classList' of undefined"
Firefox: "heading is undefined"
The text was updated successfully, but these errors were encountered:
+1 I am also running into this issue. We are attempting to recreate our instance of houdini on dynamically reloaded content. Could this be a bug in general or is the the way we are instantiating houdini? Below is the configuration we are using:
In your demo if I open console and run
disclosure.destroy()
I get the following errors:Chrome: "Cannot read property 'classList' of undefined"
Firefox: "heading is undefined"
The text was updated successfully, but these errors were encountered: