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
Love this package, very helpful. Thanks for the hard work.
This is issue is probably an outlier, but it is something I have come across a few times using the React framework. A user may have components denoted by JSX tags that have a "." in them. For instance in the core React Library, the context API : <Context.Consumer /> and <Context.Provider />. Currently double-tag editing breaks once you cross the "."
Is this something you could handle in a future release?
The text was updated successfully, but these errors were encountered:
Love this package, very helpful. Thanks for the hard work.
This is issue is probably an outlier, but it is something I have come across a few times using the React framework. A user may have components denoted by JSX tags that have a "." in them. For instance in the core React Library, the context API :
<Context.Consumer />
and<Context.Provider />
. Currently double-tag editing breaks once you cross the "."Is this something you could handle in a future release?
The text was updated successfully, but these errors were encountered: