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
From the docs, the option classTarget will be passed to a querySelector() inside the iframe.
Yet, when clicking the dark mode toggle button, it is affecting the first selector matching instead of the one inside the iframe.
From the docs, the option classTarget will be passed to a
querySelector()
inside the iframe.Yet, when clicking the dark mode toggle button, it is affecting the first selector matching instead of the one inside the iframe.
Configuration:
DOM example:
Due to this, the dark mode implementation of my components is not working.
The text was updated successfully, but these errors were encountered: