Does Cloudscape officially support/work with react 18? #2069
-
I am using react 18 for a while with Cloudscape and I am building with yarn. My application works and tests are running green. However, I was always getting a message during yarn install/build that says:
When migrating from yarn 1.x to yarn 4.x this turns into an error. Does it mean Cloudscape requires react 17 and does not officially support react 18 yet? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello! From the components point of view React 18 shouldn't be a problem as showed by the peerDependencies for the package. We also use React 18 with the components in our board-components package. You might need to provide the full log message for me to debug but its likely that this error might be coming from a different dependency within your package. Kind regards, |
Beta Was this translation helpful? Give feedback.
Hello!
From the components point of view React 18 shouldn't be a problem as showed by the peerDependencies for the package. We also use React 18 with the components in our board-components package. You might need to provide the full log message for me to debug but its likely that this error might be coming from a different dependency within your package.
Kind regards,
Michael