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
Is there something that you can't accomplish with useEffect(() => {...}, [])? r2wc's internal connected and disconnected callbacks are mounting and unmounting the component to the element's React root, which should always trigger a useEffect with no dependencies, and its associated teardown function.
Is it possible to attach code from react I to the connectedCallback() and disconnectedCallback() ?
The text was updated successfully, but these errors were encountered: