Replies: 1 comment
-
The solution I see now is that the package should provide the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is currently not that comfortable to use SDK for React. There could be at least several cases when forcing React to call re-render with the same component instance is a bad idea.
For example,
useThemeParams
returns the same instance ofThemeParams
which will not work fine when it is being passed as a dependency to some hook likeuseEffect
. React will just not see the changes.I need more feedback for this task to start working on rework.
Beta Was this translation helpful? Give feedback.
All reactions