Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
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.
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?
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 thenpm start
command, I noticed one error in the console. Refer attached screenshot for details.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