Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data: Registry - check for window (#9261)
* Data: Registry - check for window The registry code is blindly deferencing window, which will fail if ever run in node for test or server-side rendering. This adds a simple check to ensure window exists before dereferencing. * Data: Check window type before using
- Loading branch information