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
even after changes in the above PR, the useActions hook produce new actions for each component where it is used
Instead:
-> using the single "Store" instance we have (see walletApp component) initialize actions object that all components can just import (either via hook or just via standard import)
-> investigate if it does not lead to some problems or the approach is not dead-end
The text was updated successfully, but these errors were encountered:
see Memoized useActions #938
even after changes in the above PR, the
useActions
hook produce new actions for each component where it is usedInstead:
-> using the single "Store" instance we have (see
walletApp
component) initializeactions
object that all components can just import (either via hook or just via standard import)-> investigate if it does not lead to some problems or the approach is not dead-end
The text was updated successfully, but these errors were encountered: