Jon Abrams

Results 36 comments of Jon Abrams

Actually, it turns out you're [not supposed to use hooks in server components](https://github.com/vercel/next.js/issues/52566). Instead, access the signal and/or it's value directly in the server component. Since server components don't re-render,...

The new 2.0.0 version of [@preact/signals-react](https://www.npmjs.com/package/@preact/signals-react) provides a `useSignals()`hook that you can place in any component that reads a signal's value. It appears to work with Nextjs 14+ for me.

All cool, thanks. I found it using kFind in Desktop mode.

> Has anyone had luck switching discs with the English patched version of Policenauts? Nope! I'm encountering the same issue as you. When I first tried reinserting the SD card,...

Fixed it by signing out of Amazon Games. When I try to sign in again, I just see a spinner. Games now start when launched from Steam of the `flatpak...

So a callback on restart? On Thu, Aug 21, 2014 at 9:33 AM, Mikael Møller [email protected] wrote: > I have levelDB connection hooked up in a service. > > ##...

That would be interesting. On Thu, Aug 21, 2014 at 9:44 AM, Mikael Møller [email protected] wrote: > Yes, I know that you can do it on the server. > >...

I guess fixes are needed to make it work with Node 0.12 :-| Thanks for the report! On Tue, Mar 10, 2015 at 11:06 PM, XiaoShengtao [email protected] wrote: > Node:...

It’ll probably take a while to fix, you’re best off rolling back Node versions, sorry :( On Tue, Mar 10, 2015 at 11:13 PM, XiaoShengtao [email protected] wrote: > You're welcome,...