Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that
useWorkerFetch
fallback value is always a boolean
If either of the factory-urls are missing or invalid, the fallback value would currently become `useWorkerFetch === null`. While that is obviously a falsy value, which means that the code still works as intended, we should ensure that this is consistent.
- Loading branch information