Michal Frystacky

Results 13 comments of Michal Frystacky

JSFiddle: https://jsfiddle.net/8rzeqqn2/1/ On browsers such as IE 11.0.9600.18097 an issue occurs where hovering over a flip object with hover will cause it to flip and revert back even when your...

I will do this and see if I come up with anything.

The problem seems to be in the `setTimeout` function on line 200. ``` javascript setTimeout(function() { $dom.bind('mouseout', performUnflip); if (!$dom.is(":hover")) { //unflip($dom); } }, (settings.speed + 150)); }; ``` I...

You are correct and the insight is much appreciated. I have taken a look into `mouseout` and `:hover` and I thought that possibly the [mouse over/mouse out](http://www.bennadel.com/blog/1805-jquery-events-mouseover-mouseout-vs-mouseenter-mouseleave.htm) might have something...

I have went through the code and tried to understand the section below and play with it ``` javascript else if (settings.trigger.toLowerCase() == "hover") { var performFlip = function() {...

I was able to fix this with `npm i -g nx`

@nathanhleung the `-0` is valid semver range and accordingly enzyme devs mentioned "The -0 is necessary to allow for prerelease versions...". Not sure if there are additional issues with npm...

I have been able to isolate the bug and I believe I found what needed to be fixed it in the code, but I can't seem to figure out how...

@ljharb If you are able, could you let me know what I need to run to get `/lib` to populate. I know initialize and index.js are looking for files within...

```bash $ npm --version 6.2.0 ``` Some more info from the logs ``` 12 info lifecycle [email protected]~react: Failed to exec react script 13 verbose stack Error: [email protected] react: `enzyme-adapter-react-install 16`...