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
Hey,
I get the following error with the Canvas component, while testing my app on iOS safari. TypeError: undefined is not an object (evaluating ‘screen.orientation.removeEventListener’)
It might be related to the issue you're facing @jjuszkiewicz
Also switching to version 8.17.8 didn't resolve the problem
It seems like the screen.orientation API is being called in the iOS environment, but it’s not supported there.
see issue akamai/boomerang#214
Hello,
in version 8.17.9 appear below error. Error appears during run tests by testing library react:
TypeError: Cannot read properties of undefined (reading 'removeEventListener') at removeListeners (../../node_modules/.pnpm/@react-three+fiber@8.17.9_react-dom@18.2.0_react@18.2.0__react@18.2.0_three@0.153.0/node_modules/@react-three/fiber/dist/react-three-fiber.cjs.dev.js:138:26)
Looks like the problem is in this code:
The version 8.17.8 works fine.
Could you verify on your side?
The text was updated successfully, but these errors were encountered: