Jiri Spac
Jiri Spac
there is a problem with typechecking. I had to manually edit `prisma/.client/index.ts` as typescript was still yelling about having no default export from the file. I think there must be...
joining often creates unneeded spaces, which results in something like ``` class="tabs is-fullwidth" ``` This could be much better if re-bulma used classnames. The same bug is #50
currently when I run it with 16, I get the two typeErrors: ``` dom-parse.js:7 Uncaught (in promise) TypeError: Cannot read property 'router' of undefined at parser (dom-parse.js:7) at Promise (inject.js:69)...
without this, you get: ``` 05-23 20:17:27.307 6010 7208 E ReactNative: [CodePush] Exception 05-23 20:17:27.307 6010 7208 E ReactNative: com.microsoft.codepush.react.CodePushUnknownException: Error in getting binary resources modified time 05-23 20:17:27.307 6010...
react throws error such as this when findDOMNode is used on an unmounted component instance. For me this happens when using react-datetime. When user clicks outside the state of our...
``` /usr/share/code/resources/app/node_modules.asar/vscode-textmate/release/main.js:2463 [4] - Grammar is in an endless loop - Grammar is not advancing, nor is it pushing/popping scanNext @ /usr/share/code/resources/app/node_modules.asar/vscode-textmate/release/main.js:2463 _tokenizeString @ /usr/share/code/resources/app/node_modules.asar/vscode-textmate/release/main.js:2353 Grammar._tokenize @ /usr/share/code/resources/app/node_modules.asar/vscode-textmate/release/main.js:2121 Grammar.tokenizeLine2 @...
stack trace we get in the browser points to transpiled code, what we need is to get a stack for the real source code. This will be super useful for...
This is never what a user expects/wants to happen. I think this might be because you're using `onClick` even handler on the overlay. It might be better to use `onMouseDown`...
When I change the state in the devtools but the component has getDerivedStateFromProps which overwrites it, then the state which is rendered does not match the state I see in...
It would be nice to add a depreciation notice once preact X gets released as it should be possible to just use mobx-react. Or am I wrong to assume that...