Luke Shiels
Luke Shiels
Is there any updates to this?
Seems to occur when importing certain (?) packages (for me, it was heroicons) into a component that was using `useRef` but not `"use client"`. Adding `"use client";` to those components...
Any movement on this or pointers? Happy to help on this.
A hacky fix is to exit the process after 5 seconds: ```prisma generator zod { // Process never exits, bug: https://github.com/chrishoermann/zod-prisma-types/issues/170 provider = "perl -e 'alarm 5; exec @ARGV' npx...