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
(Writing this largely for future Ryan as I don't have time to look into it just yet)
Running into the following when trying to use the extension (in both FF & Chrome) on the Preact site, upon inspecting suspense boundaries or their children:
Uncaught TypeError: right-hand side of 'in' should be an object, got undefined
It looks like <ErrorBoundary> & <Router> from preact-iso are the culprits; the former wraps just about everything, but when removed, reduces the error to only when inspecting children of the <Router>'s suspense boundary.