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
On React Native v0.74.3, using the Outlines component gives the error: Exception in HostFunction: Value is false, expected a number, js engine: hermes. Looking at the stack trace, it looks like the error is thrown because the screenspace uniform is expecting a float? Changing the shader to accept a boolean fixes the issue. Cannot replicate this issue on web.
The text was updated successfully, but these errors were encountered:
three
version: 0.165.0@react-three/fiber
version: 8.16.8@react-three/drei
version: 9.109.1node
version:npm
(oryarn
) version:Problem description:
On React Native v0.74.3, using the Outlines component gives the error: Exception in HostFunction: Value is false, expected a number, js engine: hermes. Looking at the stack trace, it looks like the error is thrown because the screenspace uniform is expecting a float? Changing the shader to accept a boolean fixes the issue. Cannot replicate this issue on web.
The text was updated successfully, but these errors were encountered: