Róbert Oroszi
Róbert Oroszi
Possible duplicate of https://github.com/react-component/picker/issues/132 ?
For me with `Canon MG3600 Series` using `-flatbad` resolves the issue.
@slang800 it seems that it wasn't me who broke the build, master is failing (for me at least).
yup, I'm gonna do it.
what about ours? https://github.com/purposeindustries/eslint-config-pi
@tomaskulich we are using the solution which is shown in #2
Anyone else seeing issues with RN 0.35? I have a `src/worker.js` and in my code I'm doing: `new Worker('src/worker');`. For the android bundle I'm running: ``` react-native bundle \ --dev...
A little bit better solution is writing your own serializer and deserializer: ``` import { createStore, compose } from 'redux'; import { persistStore, autoRehydrate } from 'redux-persist'; import crosstabSync from...
I think this shouldn't be in `koa-prerender`, but conditionally intercepting using middlewares. ``` var koa = require('koa'); var router = require('koa-route'); var prerender = require('koa-prerender'); var app = koa(); app.use(prerender());...
wouldn't it better to export the `shouldPreRender` function?