siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
207 stars 68 forks source link

Failed to parse source map Error thrown at console when running npm start #372

Closed studcroc closed 1 year ago

studcroc commented 1 year ago

What happened?

Hi. I followed the installation guidelines provided on https://ix.siemens.io/docs/installation/react to try out the Siemens IX.

I created a new react app using npx create-react-app command. And then installed the siemens/ix as dependency. It's working fine. But while running the npm start command, I noticed one error in the console. Refer attached screenshot for details.

Screenshot 2023-02-13 at 12 05 56 AM

I just thought to share it with the team in case this required any attention. or I may get some insight about the same.

What type of frontend frameware are you seeing the problem on?

React

Which version of iX do you use?

"@siemens/ix-react": "^1.3.0"

Code to produce this issue.

No response

danielleroux commented 1 year ago

It's an issue of the create-react-app.

See: https://github.com/facebook/create-react-app/discussions/11767

studcroc commented 1 year ago

I see. Thank you @danielleroux for providing the reference.

Closing the issue.