Andarist / Andarist/react-textarea-autosize
Cannot use import statement outside a module
- Ngôn ngữ chính
- TypeScript
- Star
- 2.4k
- Fork
- 247
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### `Cannot use import statement outside a module` when using with react-router (vite)
Hi,
I'm trying to use `react-textarea-autosize` with `react-router` using vite, but I'm getting the following error:
```
Cannot use import statement outside a module
```
### Steps to Reproduce:
1. Setup a React project with Vite and react-router.
2. Import and use `react-textarea-autosize`.
### Expected Behavior:
The component should render without errors when imported.
### Actual Behavior:
I receive the error mentioned above.
I tried the recommended fix from [Remix ESM/CJS](https://remix.run/docs/en/main/guides/vite#esm--cjs), but none of these solutions resolved the issue.
### Reproduction Link:
Here's a minimal reproduction in Codesandbox: [https://codesandbox.io/p/devbox/j9dp2j](https://codesandbox.io/p/devbox/j9dp2j)
Thanks for your help!
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.