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.
...
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