Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@aiham aiham released this 18 Aug 01:55
· 45 commits to main since this release

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.