Reko Tiira
Results
2
issues of
Reko Tiira
### Describe the bug When using SSR the router context is `undefined` after page load finishes. On the server render it is working properly, but after the app is dehydrated...
When importing with the ES6 import syntax, Babel adds the following code for interop with old module export format: Pre-transpiled code: ```js import foo from 'foo' console.log(foo.bar) ``` Post-transpiled code:...