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?
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?