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
I'm using re-resizable version [5.0.1]. As implemented in the WordPress Gutenberg Project in the @wordpress/components package.
My browser is: Chrome
I am sure this issue is not a duplicate? Yes
Description
The componentWillReceiveProps lifecycle method is deprecated in React and beginning in React 17 will stop working. React in strict mode will show a warning for its usage. re-resizable implements this lifecycle method here:
Overview of the problem
I'm using re-resizable version [5.0.1]. As implemented in the WordPress Gutenberg Project in the
@wordpress/components
package.My browser is: Chrome
I am sure this issue is not a duplicate? Yes
Description
The
componentWillReceiveProps
lifecycle method is deprecated in React and beginning in React 17 will stop working. React in strict mode will show a warning for its usage. re-resizable implements this lifecycle method here:re-resizable/src/index.tsx
Lines 463 to 465 in 7ea1544
The text was updated successfully, but these errors were encountered: