Andarist / Andarist/react-textarea-autosize
Simplest example does not work
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 2.4k
- Forks
- 247
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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(
);
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.