We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23c441 commit c12e9f5Copy full SHA for c12e9f5
docs/src/pages/[platform]/getting-started/troubleshooting/troubleshooting.react.mdx
@@ -133,6 +133,7 @@ window.URL.createObjectURL is not a function
133
Please follow the steps below to resolve this issue.
134
135
**1.** Navigate to or create a [Jest setup file](https://jestjs.io/docs/configuration#setupfilesafterenv-array) for your project.
136
+
137
**2.** Add the following code to polyfill the unrecognized function in your Jest setup file:
138
139
```js
0 commit comments