percyhanna / chai-react

Chai assertions for React
MIT License
40 stars 3 forks source link

Warnings with React 0.14 #11

Closed yannickcr closed 8 years ago

yannickcr commented 8 years ago

We had a few issue when using chai-react with React 0.14:

percyhanna commented 8 years ago

Hi Yannick, thanks for bringing this to my attention. I had been following the v0.14 release and hadn't gotten around to checking/updating chai-react to make sure it works accordingly.

I've put together a PR (#12) to attempt to fix the warnings and update to v0.14. Are you able to test this out locally to see if it addresses your issues?

Thanks.

yannickcr commented 8 years ago

Thanks, PR #12 seems to fixes the warnings.

I added a single note to the commit, there is an error in the AMD parameters (I did not test since we do not use AMD).

percyhanna commented 8 years ago

Closed by #12, released as v3.0.0. Thanks @yannickcr!