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
I'm using this library with react-native-web, and I'm experiencing several console errors every time I render one of these components. I have included a copy of the errors and stack traces.
Warning: Unsupported vendor-prefixed style property mozHyphens. Did you mean MozHyphens? (Stack trace)
Warning: Unsupported vendor-prefixed style property mozTabSize. Did you mean MozTabSize? (Stack trace)
Warning: Unsupported vendor-prefixed style property oTabSize. Did you mean OTabSize? (Stack trace)
Warning: Unsupported vendor-prefixed style property webkitHyphens. Did you mean WebkitHyphens? (Stack trace)
Hello!
I'm using this library with
react-native-web
, and I'm experiencing several console errors every time I render one of these components. I have included a copy of the errors and stack traces.Here's my implementation:
Dependencies:
Thanks!
The text was updated successfully, but these errors were encountered: