Tim Raderschad

Results 34 comments of Tim Raderschad
trafficstars

Having the same issue here. The problem looks like this ``` const { getBoardData, setBoardId } = useStoreActions((actions) => actions.board); useEffect(() => { if (router.query.boardId) { setBoardId(router.query.boardId as string); getBoardData()...

Wouldn't setting the `engine` field in the `package.json` enough for this case?

@dxcqcv Hi there, sorry for the inactivity! You are using the `pageUrl` property in a wrong way. To get the data for a certain page you need to call the...

> I agree that this pattern `const { scopedT } = ... const t = ...` often repeats (e.g in every pages on this project: [lagonapp/lagon@`02fe4e4`/packages/website/pages/index.tsx#L17](https://github.com/lagonapp/lagon/blob/02fe4e40e487c851fbf0fa6dfbd866c3726f0b76/packages/website/pages/index.tsx#L17)) > > The current...

Sorry for not clarifying! When talking about "new instance" I mean a new Hyper window! And the error just occurs on the second window. I can just the shortcut for...

Hey there @codentacos, thank you very much for bringing up this Idea! We put it on our Roadmap and will let you know once this is Fig!

Found a similar issue here: https://github.com/vercel/next.js/issues/37536

While I was waiting for some action here I did some reverse engineering :D Here are the three most important API calls I've found **Add a domain to your Project**...

@feliciien could you please reply here if you are gonna change something or continue working on this? otherwise I would close this PR