Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct WrappedInstance example in React Apollo docs (#3925)
- Resolve logic issue ( `component.saySomething()` should be `component.getWrappedInstance().saySomething()` ) - Introduce `wrappedInstance` constant for clarity
- Loading branch information