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
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Currently users must dynamically import useink because extensionJS requires window to be in scope. This does not work on SSR. Life would be so much better if we did not have to lazy load...
Suggestion
To anyone willing to pick this up, please offer suggestions in the chat here.
The text was updated successfully, but these errors were encountered:
@felixpolimec There are rules of hooks. One of them is that the must be called on every render. If you have an if statement that returns if a condition if false then any hooks after this will break that rule. talisman-connect might have a solution to this. I'm currently working on integrating it to useink
Feature Request
Currently users must dynamically import
useink
becauseextensionJS
requireswindow
to be in scope. This does not work on SSR. Life would be so much better if we did not have to lazy load...Suggestion
To anyone willing to pick this up, please offer suggestions in the chat here.
The text was updated successfully, but these errors were encountered: