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 5e45048 commit 139c0a2Copy full SHA for 139c0a2
README.md
@@ -90,6 +90,8 @@ const MyComponent = () => (
90
91
> `url` and `options` are evaluated at mount time, so they must be defined immediately and won't respond to changes.
92
93
+> A custom Worker provided through `worker` will not get terminated on unmount. You'll have to manage its lifecycle yourself.
94
+
95
### Render props
96
97
`<WebWorker>` provides the following render props:
0 commit comments