stephen
Explore posts from serversDeno Imports
I'm trying to use react-hook-form in an application, but bringing in the dependency results in a dependencies mismatch it appears.
My import map includes the following:
I then use it like so:
When I load this route, however, the application crashes with the following error:
I'm pretty new to Deno, so I'm trying to parse this and understand what I should be doing instead.
2 replies