Stanko / react-animate-height

Lightweight React component for animating height using CSS transitions. Slide up/down the element, and animate it to any specific height.
https://muffinman.io/react-animate-height
MIT License
758 stars 53 forks source link

Module not found: Error: Can't resolve './AnimateHeight' #75

Closed storm1ng closed 5 years ago

storm1ng commented 5 years ago

Code example

import AnimateHeight from 'react-animate-height'

Expected behavior Webpack should find resources

Possible Solution Revert to latest working stable version.

Steps to Reproduce (for bugs)

  1. Import AnimateHeight
  2. Build with webpack

Screenshots

Your Environment

Additional context Several patches have been released during the last 24 hours resulting in broken import:

ERROR in ./node_modules/react-animate-height/source/index.js
Module not found: Error: Can't resolve './AnimateHeight'
Stanko commented 5 years ago

Sorry about that, I will resolve it in the next 30 minutes. Meanwhile you can use version 2.0.9

storm1ng commented 5 years ago

Thanks!

Stanko commented 5 years ago

@mjenny Can you please try the latest version (2.0.15) and confirm it is working, thank you!

storm1ng commented 5 years ago

@Stanko It's working again, thank you!