The root cause for this error is when the css file is compiled by the css loader more than once. Check if your webpack config has duplicate css loaders entry.
perhaps you imported stylesheet in your index.html and at the same time inside you src/index.js.