vtaits / react-select-async-paginate

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

Update from 0.7.0 to 0.7.1 gives errors (Can't import the named export from non EcmaScript module) #135

Closed vadimcoder closed 1 year ago

vadimcoder commented 1 year ago

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

bug report

What is the current behavior?

After updating react-select-async-paginate from 0.7.0 to 0.7.1 it gives the following error:

Screen Shot 2022-12-13 at 14 45 47

What is the expected behavior?

no errors

Sandbox Link

Cannot run suggested https://codesandbox.io/s/o75rno2w65 locally because of "Failed to load tsconfig.json: Missing baseUrl in compilerOptions" and missing tslint.json:

Screen Shot 2022-12-13 at 17 12 23

What's your environment?

node v16.17.1, npm 8.15.0, mac os 12.6.1.

LeandroDG commented 1 year ago

We're having the same issue here, in case there's any need for additional information.

vtaits commented 1 year ago

Hello. I fixed the similar issue.

https://github.com/vtaits/react-select-async-paginate/issues/134

Please check version 0.7.2.

vadimcoder commented 1 year ago

Thank you! It works perfectly now.