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
The project uses wp.compose.withState but this is deprecated since version 5.8. Would be great to use the recommended wp.element.useState given in the error message:
wp.compose.withState is deprecated since version 5.8. Please use wp.element.useState instead.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. We're currently working on a new version of our widget block that doesn't use wp.compose.withState, and hope to have it ready for release soon.
The project uses
wp.compose.withState
but this is deprecated since version 5.8. Would be great to use the recommendedwp.element.useState
given in the error message:The text was updated successfully, but these errors were encountered: