You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]: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.
...
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: