caseproof / members

Members WordPress plugin.
GNU General Public License v2.0
78 stars 35 forks source link

`wp.compose.withState` is deprecated. Please use `wp.element.useState` instead. #72

Open grappler opened 2 years ago

grappler commented 2 years ago

As of WordPress 5.9 wp.compose.withState is deprecated and instead wp.element.useState should be used.

useState was introduced in WordPress 5.2.

The minimum WordPress version would need to be increased in the readme, but I don't think that is unreasonable as WP 5.2 was released nearly three years ago.