react-native-color icon indicating copy to clipboard operation
react-native-color copied to clipboard

Style is unkown?

Open NilsBaumgartner1994 opened this issue 2 years ago • 0 comments


Slider.js:552 Uncaught TypeError: Cannot read properties of undefined (reading 'style')
    at ./node_modules/react-native-slider/lib/Slider.js (Slider.js:552:1)
    at __webpack_require__ (bootstrap:789:1)
    at fn (bootstrap:100:1)
    at ./node_modules/react-native-color/src/sliders/GradientSlider.js (SlidersColorPicker.js:338:1)
    at __webpack_require__ (bootstrap:789:1)
    at fn (bootstrap:100:1)
    at ./node_modules/react-native-color/src/sliders/HueSlider.js (GradientSlider.js:61:1)
    at __webpack_require__ (bootstrap:789:1)
    at fn (bootstrap:100:1)
    at ./node_modules/react-native-color/src/pickers/SlidersColorPicker.js (index.js:10:1)
    at __webpack_require__ (bootstrap:789:1)
    at fn (bootstrap:100:1)
    at ./node_modules/react-native-color/src/index.js (index.js:1:1)
    at __webpack_require__ (bootstrap:789:1)
    at fn (bootstrap:100:1)
    at ./src/project/screens/debug/AvatarsExample.tsx (GridLayout.tsx:37:1)
    at __webpack_require__ (bootstrap:789:1)
    at fn (bootstrap:100:1)
    at ./src/project/Project.tsx (module.js:22:1)
    at __webpack_require__ (bootstrap:789:1)
    at fn (bootstrap:100:1)
    at ./index.web.js (index.web.js:6:1)
    at __webpack_require__ (bootstrap:789:1)
    at fn (bootstrap:100:1)
    at 1 (Settings.tsx:34:1)
    at __webpack_require__ (bootstrap:789:1)
    at bootstrap:856:1
    at bootstrap:856:1

NilsBaumgartner1994 avatar Jun 13 '22 14:06 NilsBaumgartner1994