Jason Miller
Jason Miller
It just predates it by a year, and I believe it's around half the size in production mode.
Does setting the `placeholder` prop not work?
Hi @chentsulin - I was seeing this too and actually removed the React test I had originally added. Not really sure how to move forward other than using `Map`, which...
hmm - how are you accessing the refs?
I would guess this doesn't fail in react's prod mode, or in newer versions of react where string refs aren't supported.
We'll need to diff against 15.3's proptypes implementation, shouldn't be too difficult.
If anyone has time, the implementation just needs to be lifted from the react 15.x source. Big thanks if you can!
It's custom @alejandronanez. Should just be able to use the URL @lukeed provided.
Do you have a valid CSS transition defined? If there is an issue with the animation it will fire immediately. Try again with 1.3.0 now that #13 is merged.
You need to put `transition` in `.active`: https://jsfiddle.net/developit/kvp3dmsa/12/ 