In the react-gemini-scrollbar source code there is still React.PropTypes.bool and React.createClass witch doesn't work in React v16.9.
index.js:15 Uncaught TypeError: Cannot read property 'bool' of undefined
at Object../node_modules/react-gemini-scrollbar/dist/index.js (index.js:15)
at __webpack_require__ (bootstrap:63)
at Object../node_modules/matrix-react-sdk/lib/components/views/elements/GeminiScrollbarWrapper.js (GeminiScrollbarWrapper.js:19)
at __webpack_require__ (bootstrap:63)
at Object../node_modules/matrix-react-sdk/lib/component-index.js (component-index.js:548)
at __webpack_require__ (bootstrap:63)
at Object../src/component-index.js (component-index.js:26)
at __webpack_require__ (bootstrap:63)
at Object.<anonymous> (index.js:41)
at Object../src/vector/index.js (bundle.js:385481)
at __webpack_require__ (bootstrap:63)
at Object.0 (bundle.js:387001)
at __webpack_require__ (bootstrap:63)
at bootstrap:198
at bootstrap:198
For the web app:
Yes, we've seen this several times, even during the release process... ðŸ˜
What happens if you:
yarn cache cleanrm -rf node_modulesyarn installand try again?
(To be more explicit, the issue itself is already fixed, but a Yarn bug is preventing it from downloading the right thing.)
Yes, you'r right, the yarn cache clean cmd fixed my problem.
Sorry for disturbing you and thanks for you awesome work !
Most helpful comment
Yes, we've seen this several times, even during the release process... ðŸ˜
What happens if you:
yarn cache cleanrm -rf node_modulesyarn installand try again?