Closed ghost closed 7 years ago
@nbcnc I have pushed a patch with v0.0.9
.
Hopefully that should solve the issue.
Feel free to get back in case that doesn't work.
Cheers and thanks for flagging this.
@nbcnc if the patch resolved your issue, can this be closed?
I wanted to use react-hoverintent in a project I'm working on, but I noticed that
<HoverIntent/>
automatically places an inline style ofwidth:100%;height:100%;display:inline-block
on the element. Is there a way to override this? In my circumstance, the<button/>
I'm wrapping doesn't need an explicit width or height set.This ...
Becomes ...