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
When used with 'react-styleguidist' along with 'react-styleguidist' for documenting the react-native components, I got below error.
Uncaught TypeError: Cannot read property 'style' of undefined
at eval (webpack:///./demo/node_modules/react-native-slider/lib/Slider.js?:552)
at Object../demo/node_modules/react-native-slider/lib/Slider.js (main.bundle.js:4663)
When used with 'react-styleguidist' along with 'react-styleguidist' for documenting the react-native components, I got below error.
Uncaught TypeError: Cannot read property 'style' of undefined
at eval (webpack:///./demo/node_modules/react-native-slider/lib/Slider.js?:552)
at Object../demo/node_modules/react-native-slider/lib/Slider.js (main.bundle.js:4663)
The error is pointing to this line in Slider.js
my dependencies:
"react": "16.13.0",
"react-native": "0.61.5",
"react-styleguidist": "11.0.3",
"react-native-web": "0.12.2",
"webpack": "4.42.0",
The text was updated successfully, but these errors were encountered: