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
TypeError: Failed to execute 'resolve' on 'import.meta': Failed to resolve module specifier uuid: Relative references must start with either "/", "./", or "../".
The uuid package is installed and I use Vite as the dev server.
I tried yield "./uuid" but it returns undefined.
Any idea what path is expected? Thank you 🙏
The text was updated successfully, but these errors were encountered:
Hi,
When I test this code in a React web app:
I get the following error:
The uuid package is installed and I use Vite as the dev server.
I tried
yield "./uuid"
but it returns undefined.Any idea what path is expected? Thank you 🙏
The text was updated successfully, but these errors were encountered: