Andarist / Andarist/react-textarea-autosize

Simplest example does not work

Open
#392 7 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.