John Carmack

Results 5 comments of John Carmack

Hi there! I'm trying to implement Router with your boilerplate but there's been a major version change since this pull request & I'm getting various errors trying to implement. Is...

Hmmmm okay! So I had V5 working last night, this morning I've tried to upgrade & implement those changes, and received this error: `ReferenceError: event is not defined` When I...

Figured it out! Needed to change the import statement in `server/render.tsx` from: `import { StaticRouter } from "react-router-dom";` to: `import { StaticRouter } from "react-router-dom/server";`

Same here. Sketch 52.5, Diverse UI 1.1.

> you need to use this version, v1 doesnt work > > ```json > "cmdk": "^0.2.1", > ``` Weekend saved, nice catch