-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplest example does not work #392
Comments
Stackblitz doesnt configure the |
I updated react-textarea-autosize in my project from 6.1.0 to 8.5.3 to have ref prop and it had broken. |
What bundler do you use in your project? |
webpack, babel-loader |
What version of webpack? is it a custom configuration or are you using it through some framework~? |
Custom configuration, webpack 4. |
@Andarist I have the same problem. Changing the "browser" property of package.json from
to
seems to solve the problem. I'm still using browserify, though. Is there a reason not to include the cjs version in the "browser" object? |
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
The text was updated successfully, but these errors were encountered: