Correct usage with Next.js Typescript? #79
-
Hi there, just getting to try this out so excuse me if I'm doing things wrong or it's just not supported, would appreciate any kind of help/guidance! The thing is I am able to send some messages through to Ray, but a lot of information seems to be missing, e.g:
I am using "node-ray/web" because if I try to import "node-ray" I'll get the following error
The project is based on create-next-app here's the package.json contents:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@eduwass Would you mind opening an Issue (instead of a discussion) for this issue? Thank you for bringing it to my attention! 👍 |
Beta Was this translation helpful? Give feedback.
-
@eduwass For use within Next.js, I recommend using the new |
Beta Was this translation helpful? Give feedback.
@eduwass For use within Next.js, I recommend using the new
react-ray
package, which is the official React integration for Ray.