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
I'm using this to style hyperlinks and the <div> wrapper messes up the flow of the page content. I can work around it for now using className and an external stylesheet to make the div display: inline but it would be nice to simply have the option to use <span> as the observing DOM element.
The text was updated successfully, but these errors were encountered:
It could also be useful to allow <tbody> as the observing element. This would permit the attachment of hover behaviors to table rows. I suppose, more generally, it would be nice to be able to provide, or to specify, the wrapper.
I'm using this to style hyperlinks and the
<div>
wrapper messes up the flow of the page content. I can work around it for now usingclassName
and an external stylesheet to make the divdisplay: inline
but it would be nice to simply have the option to use<span>
as the observing DOM element.The text was updated successfully, but these errors were encountered: