Replies: 1 comment
-
Figured it out, I had to install the package @cloudscape-design/component-toolkit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I updated the cloudscape components from ^3.0.443 to ^3.0.701
And now i'm seeing a lot of errors like the following and I can't figure out what's going on:
ERROR in ./node_modules/@cloudscape-design/components/button-dropdown/category-elements/expandable-category-element.js 5:0-113
Module not found: Error: Package path ./internal/analytics-metadata is not exported from package C:\Projects\my-app\node_modules@cloudscape-design\component-toolkit (see exports field in C:\Projects\my-app\node_modules@cloudscape-design\component-toolkit\package.json)
@ ./node_modules/@cloudscape-design/components/button-dropdown/items-list.js 6:0-88 19:571-596
@ ./node_modules/@cloudscape-design/components/button-dropdown/internal.js 20:0-37 173:36-45
@ ./node_modules/@cloudscape-design/components/button-dropdown/index.js 9:0-48 27:32-54
@ ./node_modules/@cloudscape-design/components/index.js 13:0-62 13:0-62
@ ./src/contextProviders/modalContext.tsx 17:0-52 68:50-53 70:76-79
@ ./src/App.tsx 8:0-71 17:97-117
@ ./src/bootstrap.tsx 6:0-24 42:194-197
@ container entry ./MyApp[0]
Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions