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
{{ message }}
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
When using the Dynamic Bundles Cart Preview functionality, a warning is thrown upon submission of the 'Preview Add To Cart'. Example: /sparkles-sunrise/dynamic-bundle-manager/48427fc9-5aaf-41bd-a0fe-791eeef9a04e/preview
Partial stacktrace:
Warning: Failed prop type: Invalid prop touched.product of type object supplied to CategoryProductField, expected boolean.
in CategoryProductField (at bundle-preview.js:476)
in Formik (at bundle-preview.js:455)
in div (created by Context.Consumer)
in EmotionCssPropInternal (created by Stack)
in Stack (at bundle-preview.js:396)
It appears that 'touched.product' of ProductTypeCategory is meant to be an object of 2 bools, but the Preview function is expecting a single bool.
The text was updated successfully, but these errors were encountered:
When using the Dynamic Bundles Cart Preview functionality, a warning is thrown upon submission of the 'Preview Add To Cart'. Example: /sparkles-sunrise/dynamic-bundle-manager/48427fc9-5aaf-41bd-a0fe-791eeef9a04e/preview
Partial stacktrace:
Warning: Failed prop type: Invalid prop
touched.product
of typeobject
supplied toCategoryProductField
, expectedboolean
.in CategoryProductField (at bundle-preview.js:476)
in Formik (at bundle-preview.js:455)
in div (created by Context.Consumer)
in EmotionCssPropInternal (created by Stack)
in Stack (at bundle-preview.js:396)
It appears that 'touched.product' of ProductTypeCategory is meant to be an object of 2 bools, but the Preview function is expecting a single bool.
The text was updated successfully, but these errors were encountered: