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
Currently the library requires a model to be defined in order to parse the DOM into React properties.
We could add a default mode without the need to specify a model.
Every time a property of the element changes the library can update the React component with a property named after the attribute name and with the value as string.
We could consider transforming attribute with hypens (-) to camel case.
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Currently the library requires a model to be defined in order to parse the DOM into React properties.
We could add a default mode without the need to specify a model.
Every time a property of the element changes the library can update the React component with a property named after the attribute name and with the value as string.
We could consider transforming attribute with hypens (-) to camel case.
The text was updated successfully, but these errors were encountered: