This repository was archived by the owner on Nov 25, 2022. It is now read-only.
v0.7.0
This release changes how the react
dependency is defined. Previously it was a direct dependency when it should have been a peer dependency. Defining react
as a peer dependency allows opentok-react to make use of the same version of react that your application depends on. Thanks to @riceboyler for fixing this in #21.