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
we need to refactor <LiveProvider /> to avoid relying on useEffect (which does not run on the server because it only runs after each render)
we also have a useState hook that gets initialized with empty values. The refactor should make transpileAsync() callable in both the useEffect hook and the useState initializer.
The text was updated successfully, but these errors were encountered:
we need to refactor
<LiveProvider />
to avoid relying onuseEffect
(which does not run on the server because it only runs after each render)we also have a
useState
hook that gets initialized with empty values. The refactor should maketranspileAsync()
callable in both theuseEffect
hook and theuseState
initializer.The text was updated successfully, but these errors were encountered: