VNadygin

Results 4 comments of VNadygin

@jawosis I think the doc is a bit unclear. My problem was that `ctx.db` is not passed to apollo server. I solve is by passing context: ``` // db.tx import...

@sergdort I found the same issue. Then you install the library from Swift Package manager you have a different Reducer implementation. I would be so nice if you can update...

@agraver Hey, Anton. Input components were designed to work with Booben(https://github.com/bcrumbs/booben) constructor. It may be improved in the next big release.

@gsoec Currently, Reactackle is not adapted for SSR rendering. Here is the workaround: ``` let AutoPosition; if (typeof window !== "undefined") { SelectBox = require("reactackle-selectbox").SelectBox; } ``` #100