Andarist / Andarist/react-textarea-autosize
Simplest example does not work
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
I create the simplest example with latest versions of libs and chrome. It does not change the textarea height.
Check it here:
https://stackblitz.com/edit/stackblitz-starters-3yw9em?file=src%2Findex.tsx
```typescript jsx
import { createRoot } from 'react-dom/client';
import TextareaAutosize from 'react-textarea-autosize';
const root = createRoot(document.getElementById('app'));
root.render(
);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.