bruderstein / unexpected-react

Plugin for http://unexpected.js.org to enable testing the full React virtual DOM, and also the shallow renderer
http://bruderstein.github.io/unexpected-react
MIT License
187 stars 19 forks source link

Update to React16 results in warning of too old React DevTools #48

Closed Bjorgvin closed 6 years ago

Bjorgvin commented 6 years ago

After updating to React16 our unittests started warning about too old React DevTools with the following message

image

This only happens in UnitTests where we import unexpectedReact from 'unexpected-react'

bruderstein commented 6 years ago

Have you updated to v5.0.0 of unexpected-react?

Bjorgvin commented 6 years ago

No, sorry about that. I checked the releases and the latest was v4.1.0 ... should have checked npm

Thanks ... I'll update and close the issue if the warning is gone :)

Bjorgvin commented 6 years ago

After update to v5.0.0 the warning is gone :) thanks @bruderstein for the information. I'm closing this issue.