Support for attribute#977
Conversation
|
This must not be done by default, since that's not how react (the original, default, and most common usage of jsx) works. I think a global setting should be used to map |
|
In most of the rendering engine, both |
|
React's is the primary one that matters since it has almost the entirety of the usage, but it's good to design the schema so it can support all the renderers. how about an object, which defaults to |
|
I think it would fit a lot, but I have some issues creating the test cases for the settings :( |
|
I’d prefer to reuse this PR (but now that you’ve opened a second one, please keep both open) |
This PR introduces support for
forattribute as equivalent for thehtmlForproperty.Related issues: #894, #961