We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What did you expect to happen?
Sinon to initialise without an error.
What actually happens
When running against in the React Native iOS build, the following error occurs:
undefined is not an object (evaluating 'wloc.protocol')
How to reproduce
import sinon from 'sinon'; // in a react native project, running on iOS
The text was updated successfully, but these errors were encountered:
8f0e570
Add support for React Native window location format Fixes sinonjs#1362
9cd9bd5
8cade48
c381a60
e5d291e
Successfully merging a pull request may close this issue.
React Native v0.40.0
React 15.4.1
What did you expect to happen?
Sinon to initialise without an error.
What actually happens
When running against in the React Native iOS build, the following error occurs:
How to reproduce
The text was updated successfully, but these errors were encountered: