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
It can be useful for SSR or SPA with testing approaches.
Should ban direct calls of effector events inside React/Solid components.
Fail:
// no-direct-event-calls-in-components: 'error'import{somethingHappened}from'./model';// EventfunctionExample(){// Should suggest to wrap it with `useEvent` from "effector-react/scope"return<divonClick={()=>somethingHappened()}/>}
It can be useful for SSR or SPA with testing approaches.
Should ban direct calls of effector events inside React/Solid components.
Fail:
Okay:
The text was updated successfully, but these errors were encountered: