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
All html attributes support arbitrary attributes like "data-key", which are not currently in the SharedProps type. Would it be possible to add them, for instance as a data :: Object String which would translate to data-key = "values" attributes?