Ilya Doroshin

Results 8 comments of Ilya Doroshin

@qimingweng hey, man! we would love to see this PR already!

@adilsaeed31 This one because you're using react@16, but sources get the PropTypes from 'react' package.

@kjvenky use @Dean177's PR `"react-modal-dialog": "Dean177/react-modal-dialog#support\/bump-react",`

@Braweria maybe you'll find it useful I was able to find the source of trouble, however, I couldn't find it in jss workspace. So I've got jest tests in jsdom...

dug deeper, and narrowed it down to this: ``` import { create } from 'jss'; import functions from 'jss-plugin-rule-value-function'; import nested from 'jss-plugin-nested'; const jss = create({ plugins: [functions(), nested()],...

@kof but ``` export default createUseStyles( { '@keyframes slideRight': { from: { opacity: () => 0 }, to: { opacity: 1 }, }, ``` leads to same results.. in fact...

I've used [MediumButton](https://github.com/arcs-/MediumButton) and it worked fine, the only thing is that clicking this button doesn't trigger onChange event of react component..