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
Using the hook useStyleSheet with ESlint Hook rules doesn't work. The code works when disabling the rule with // eslint-disable-next-line react-hooks/rules-of-hooks. https://reactjs.org/docs/hooks-rules.html#eslint-plugin
This is why this version is beta.
There are few advices on how to make it better and currently we're looking for how to update it with less breaking changes
🐛 Bug Report
Using the hook
useStyleSheet
with ESlint Hook rules doesn't work. The code works when disabling the rule with// eslint-disable-next-line react-hooks/rules-of-hooks
.https://reactjs.org/docs/hooks-rules.html#eslint-plugin
To Reproduce
Expected behavior
No warnings/errors should show up.
Link to runnable example or repository (highly encouraged)
UI Kitten and Eva version
Environment information
The text was updated successfully, but these errors were encountered: