Jonathan Derin
Results
3
issues of
Jonathan Derin
When deleting the entire value of a field at once, e.g. `cmd+backspace`, onChange is not called. This is most likely due to `value` being an empty string, so when the...
When the entire value is deleted at once, e.g. with `cmd + backspace` or selecting the value and hitting backspace, onChange is not called.
When deploying a Gatsby app with the react-slidez, the build fails due to a `window is not defined` error. As far as I know this could fixed as simple as...