glideapps / glideapps/glide-data-grid
Lazy.eval - Window is Not Defined Error
- Dominant language
- TypeScript
- Stars
- 5.3k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Although the data is coming through and the page is rendering fine, I am seeing a `window is not defined` error. Has anyone seen this / know the source of the issue?
```
⨯ Internal error: ReferenceError: window is not defined
at Lazy.eval [as fn] (./node_modules/@glideapps/glide-data-grid/dist/esm/common/browser-detect.js:25:73)
at get value [as value] (./node_modules/@glideapps/glide-data-grid/dist/esm/common/browser-detect.js:14:45)
at realizeKeybinds (./node_modules/@glideapps/glide-data-grid/dist/esm/data-editor/data-editor-keybindings.js:67:87)
at eval (./node_modules/@glideapps/glide-data-grid/dist/esm/data-editor/data-editor-keybindings.js:129:16)
```
I am running this app on NextJS 14 in a client component.
What is a good place to start looking for the source of the issue?
Contributor guide
Assessment
This issue has not been assessed yet.