-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
component: TextareaAutosizeThe React component.The React component.priority: importantThis change can make a difference.This change can make a difference.scope: textareaChanges related to the textarea.Changes related to the textarea.type: regressionA bug, but worse, it used to behave as expected.A bug, but worse, it used to behave as expected.
Description
Steps to reproduce πΉ
Link to live example:
https://codesandbox.io/p/sandbox/mui-resizeobserver-loop-error-d2w936
Steps:
- Create view with TextArea component
- Set rows props to 2
- Set default value to long text
- Try resizing view
Current behavior π―
All seems to works fine at first view but sentry report a "ResizeObserver loop completed with undelivered notifications." error.
Expected behavior π€
No error should occur
Context π¦
No response
Your environment π
System:
OS: macOS 13.5.2
Binaries:
Node: 18.12.1 - ~/.nvm/versions/node/v18.12.1/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 8.19.2 - ~/.nvm/versions/node/v18.12.1/bin/npm
Browsers:
Chrome: 116.0.5845.187
Edge: Not Found
Safari: 16.6
npmPackages:
@emotion/react: ^11.11.1 => 11.11.1
@emotion/styled: ^11.11.0 => 11.11.0
@mui/base: 5.0.0-beta.16
@mui/core: ^5.0.0-alpha.54 => 5.0.0-alpha.54
@mui/core-downloads-tracker: 5.14.10
@mui/envinfo: ^2.0.9 => 2.0.9
@mui/icons-material: ^5.14.9 => 5.14.9
@mui/material: ^5.14.10 => 5.14.10
@mui/private-theming: 5.14.10
@mui/styled-engine: 5.14.10
@mui/system: 5.14.10
@mui/types: 7.2.4
@mui/utils: 5.14.10
@types/react: ^18.2.21 => 18.2.21
react: ^18.2.0 => 18.2.0
react-dom: ^18.2.0 => 18.2.0
typescript: ^5.2.2 => 5.2.2
Search keywords:
Search keywords:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: TextareaAutosizeThe React component.The React component.priority: importantThis change can make a difference.This change can make a difference.scope: textareaChanges related to the textarea.Changes related to the textarea.type: regressionA bug, but worse, it used to behave as expected.A bug, but worse, it used to behave as expected.