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
A change since 6.0.4 when the useWordWrap option has changed causing runtime errors with schema validation for upstream packages and how the change was implemented is a breaking change.
table package is used by aws-cdk with caret versioning and in @aws-amplify/cli. CDK 1.72.0 references ^6.0.3 of table, but the latest 6.7.1 fulfils the semver requirement so that is getting installed with the Amplify CLI.
When the component is invoked then this error message pops up:
Since 1.72.0 CDK removed the usage of the useWordWrap property but it requires everyone to update their packages if using table. From the library side to make it a non-breaking change it would be nice to support oneOfuseWordWrap or the new wordWrap option.
What do you think? could it make it into a 6.7.2 release?
The text was updated successfully, but these errors were encountered:
Sorry for the inconvenience. But honestly, I can't find any config schema used useWordWrap, the word wrapping feature uses wrapWord from the beginning (c41fdb2).
Please help me to double-check again, so we can suggest a suitable solution. Thanks.
A change since 6.0.4 when the
useWordWrap
option has changed causing runtime errors with schema validation for upstream packages and how the change was implemented is a breaking change.table
package is used byaws-cdk
with caret versioning and in@aws-amplify/cli
. CDK 1.72.0 references^6.0.3
oftable
, but the latest6.7.1
fulfils the semver requirement so that is getting installed with the Amplify CLI.When the component is invoked then this error message pops up:
Since 1.72.0 CDK removed the usage of the
useWordWrap
property but it requires everyone to update their packages if usingtable
. From the library side to make it a non-breaking change it would be nice to supportoneOf
useWordWrap
or the newwordWrap
option.What do you think? could it make it into a 6.7.2 release?
The text was updated successfully, but these errors were encountered: