ryanwelcher / block-developer-cookbook

31 stars 6 forks source link

Change non-existent `WPElement` type to `Element` #30

Closed t-hamano closed 2 months ago

t-hamano commented 5 months ago

While working on some recipes, I noticed that the code editor was giving me a warning about the WPElement type.

wp-element

This type was removed by the following PR and does not appear to exist anymore.

https://github.com/WordPress/gutenberg/pull/54908

I also removed the internal WPComponent and WPElement types for clarity. It impacts a high number of files though.