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
git clone https://github.com/deemoding/React-boilerplate
cd React-boilerplate
git checkout core-js-pure
npm i
npm start
open http://localhost:65534
what happens:
Uncaught TypeError: Cannot convert undefined or null to object
at hasOwnProperty (<anonymous>)
at module.exports (has.js:4)
at Object.module.exports [as f] (well-known-symbol.js:14)
at module.exports (define-well-known-symbol.js:9)
at eval (es.symbol.iterator.js:5)
at Object../node_modules/core-js-pure/modules/es.symbol.iterator.js (main.bundle.js:6415)
at __webpack_require__ (main.bundle.js:727)
at fn (main.bundle.js:101)
at eval (iterator.js:1)
at Object../node_modules/core-js-pure/es/symbol/iterator.js (main.bundle.js:3797)
The text was updated successfully, but these errors were encountered:
step to reproduction:
git clone https://github.com/deemoding/React-boilerplate cd React-boilerplate git checkout core-js-pure npm i npm start
open
http://localhost:65534
what happens:
The text was updated successfully, but these errors were encountered: