[Uncaught TypeError: Cannot read property 'fn' of undefined]
Closed this issue · 1 comments
qumy commented
I get this error message
qumy commented
I found a way to solve the problem in other repo.
To fix I injected to config file of react-scripts ( ../react-app/node_modules/react-scripts/config/webpack.config.js) in section plugins: [ new webpack.ProvidePlugin({ $: "jquery", jQuery: "jquery", "window.jQuery": "jquery" })