eclipse-tractusx / portal-shared-components

Portal Shared UI Components
https://eclipse-tractusx.github.io/portal-shared-components
Apache License 2.0
1 stars 13 forks source link

Fix versions 3.6.2 and up breaking with portal frontend build #361

Open oyo opened 2 weeks ago

oyo commented 2 weeks ago

Current Behavior

After dependency upgrade in the portal frontend build with shared components v3.6.3 and later will break with error messages. With v3.6.2 the build was working.

Expected Behavior

We expect a library with the features, fixes and upgrades that doesn't break existing applications.

Steps To Reproduce

$ git clone git@github.com:eclipse-tractusx/portal-frontend.git
$ cd portal-frontend
$ yarn
$ yarn build
# notice successful build with 3.6.1

$ sed -e 's/components": "^3\..\..",/components": "3.6.3",/g' -i package.json
$ yarn
$ yarn build
# notice error output with 3.6.3
Found 24 errors in 18 files.
...