react Cannot find file: ‘index.js’ does not match the corresponding name on disk:

1. Error information

./src/components/Header/index.jsx 2.42 KiB [built] [code generated]

ERROR in ./src/components/Header/index.jsx 5:0-35
Module not found: Error: Cannot find file: 'index.js' does not match the corresponding name on disk: '.\node_modules\prop-Types\prop-types'.
 @ ./src/App.js 5:0-41 104:40-46
 @ ./src/index.js 6:0-24 8:38-41

webpack 5.65.0 compiled with 1 error in 193 ms

2. Problem

Error introducing proptypes

import PropTypes from 'prop-Types' =>>>>>>> import PropTypes from 'prop-types'

Similar Posts: