Ivan Shmidt
Ivan Shmidt
There is a problem in Modal.js, it uses only touchend event. So if you trying to make it work on the non-touch devices, then it will be nothing.
@azz hey, we have a similar use-case in https://github.com/spotify/backstage, basically we want to allow everything included in `files` field inside `package.json` to be allowed by the rule: Example of rule...
Solved via `React.lazy`, but if somebody can look into it, would be cool! Env: Typescript + react-scripts (create-react-app) ```jsx const LazyLog = React.lazy(() => import('react-lazylog')); ... ```