vtaits / react-select-async-paginate

Wrapper above react-select that supports pagination on menu scroll
MIT License
303 stars 75 forks source link

Unable to use the package with remix-vite #170

Closed arunmmanoharan closed 1 month ago

arunmmanoharan commented 2 months ago

FAQ

  1. How can I clean all cached options?

    • Check cacheUniq param in versions < 0.4.x and cacheUniqs in 0.4.x

Are you submitting a bug report or a feature request or a question?

YES

What is the current behavior?

Getting a SSR module error

What is the expected behavior?

Should build fine

Sandbox Link

https://publint.dev/react-select-async-paginate@0.7.4

It'll be great if you can fix the dependencies

What's your environment?

Other information

vtaits commented 2 months ago

Hello. I haven't found documentation that describes well what format remix-vite needs. Could you make a PR?