Anatoliy Grabarov

Results 2 issues of Anatoliy Grabarov

I have an issue, when I import some type from package (linked or regular) problem like: can't resolve "path/to/my/node_modules/module" or "my type" is not exported from 'path/to/my/module'. Error: > [email protected]...

babel limitation

After changing the value of the button, the ripple effect stops working: ```javascript import * as MDL from "react-mdl"; const { Button } = MDL; class App extends React.Component {...