lukasgjetting / react-hook-search

A react hook which allows easy implementation of search functionality
5 stars 1 forks source link

Error using react-hook-search with Vite #5

Open arioberek opened 2 years ago

arioberek commented 2 years ago

I installed the the hook using yarn and this is showing up when I start the server:

Vite Error, /node_modules/.vite/deps/react-hook-search.js?v=29088a48 optimized info should be defined (x2)

lukasgjetting commented 7 months ago

Hi @arioberek - thanks for the report! Sorry about the very delayed reply.

This sounds like an issue with the Vite cache - could you please try deleting the .vite folder and restarting the dev server?


Also, if you've sinced moved on to another solution, please feel free to close this issue