Nick Quebbeman

Results 8 comments of Nick Quebbeman

https://github.com/developit/preact-render-to-string/releases/tag/5.0.2 fixed in this preact-render-to-string release, but needs to be updated in preact-cli

https://github.com/williambout/paper-for-mac/pull/11

``` import createStore from 'unistore' import { Provider, connect } from 'unistore/preact' ``` `createStore` needs to come from `unistore` and `Provider`/`connect` come from its specific implementation (preact or react)

You should call compile on your Elysia instance: ```diff const apiApp = new Elysia({ prefix: "/api" }) .get("/", () => "hi") .post("/", ({ body }) => body, { body: t.Object({...

Your snippet works for me when logging `ip`, but it is currently logging `id`.

Gave this a shot and it worked great, thank you. Hopefully get this gets merged in soon. Edit: Revisiting, I get the limitation now. Trying to get it to set...