Ivan Kornienko
Ivan Kornienko
@egoarka as an illustration see this behavior, where we can assume user moves mouse pointer to reach out to "offset Y" input box, but on its way it crosses "trigger"...
Thanks for sharing the code snippet, @egoarka ! Absolutely agree, the great flexibility of `rc-tooltip` (thanks to creators and maintainers of it!) allows to achieve it. I definitely can do...
Some observations in case it could be helpful: - The build error originates from [ModuleScopePlugin.js](https://github.com/facebook/create-react-app/blob/master/packages/react-dev-utils/ModuleScopePlugin.js). - With `react-scripts@3` this CSS import falls into [this `if` condition](https://github.com/facebook/create-react-app/blob/master/packages/react-dev-utils/ModuleScopePlugin.js#L31). Since monorepo has symlinks...