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
<><IsolateRenderuseRender={()=>useCustomeHook()}/> // error !
<IsolateRender{...{useRender: ()=>useCustomeHook()}}/> no error!
</>
it shows this error:
React Hook "useCustomeHook" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function. (react-hooks/rules-of-hooks)