You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Nest.js + Next.js setup where Nest calls the next() function to start the framework where i pass withPreact(). However, i get the error Cannot find module 'preact/compat'. I've followed the instructions from the README. What am i doing wrong?
I have a Nest.js + Next.js setup where Nest calls the
next()
function to start the framework where i passwithPreact()
. However, i get the errorCannot find module 'preact/compat'
. I've followed the instructions from the README. What am i doing wrong?How i'm calling Next:
The text was updated successfully, but these errors were encountered: