Automattic / pym-shortcode

A WordPress solution to embed iframes that are responsive horizontally and vertically using the NPR Visuals Team's https://blog.apps.npr.org/pym.js/
https://wordpress.org/plugins/pym-shortcode/
GNU General Public License v2.0
14 stars 7 forks source link

React is dropping className for class #47

Closed benlk closed 4 years ago

benlk commented 6 years ago

Keep an eye on https://github.com/facebook/react/issues/13525 and update this plugin when Gutenberg switches from className to class.

dkoo commented 4 years ago

There was a more recent update which suggests that work on this has paused for the foreseeable future, and another more recent update which suggests that dropping className for class might not be happening at all:

I think it's plausible we'll revisit this in the future, or at least make class not warn and let people do what they want. But for now, we'll shelving this idea.

Based on this, I think we should close this issue since it's not a planned change at this time.