Michael Shing
Michael Shing
+1 for diff view!
I guess there is no real solution for this
Experiencing this exact same issue - notification clicks works only if I open my app from a notification. Curious if anyone has further updates regarding this?
Experiencing the same as well
I just updated from `react: 16.8.6` to `react: 16.9.0` and I am now seeing the error due to using `useStyle` hook: ``` Error: Invariant Violation: Invalid hook call. Hooks can...
Did you ever get this working @normanaranez ?
💯 - this would be very useful to have
Funnily enough I still get this error even on localhost: ``` Access to script at 'http://localhost:3000/_next/static/chunks/remoteEntry.js' from origin 'http://localhost:5173' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present...
Our current workaround consists of using `useMatches` or the `use no memo` directive