You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link of a Gist with the contents of your hyper.json: N/A
Relevant information from devtools(CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
<embedded>:23937 Uncaught TypeError: Cannot read properties of undefined (reading 'onRequestRedraw')
at t.RenderService.setRenderer (<embedded>:23937:107471)
at Object.dispose (<embedded>:23933:91675)
at a.dispose (<embedded>:23933:74208)
at t.AddonManager._wrappedAddonDispose (<embedded>:23937:253461)
at t.dispose (<embedded>:23937:253188)
at t.AddonManager.dispose (<embedded>:23937:253070)
at d.dispose (<embedded>:23937:190098)
at d.dispose (<embedded>:23937:282496)
at Terms.componentDidUpdate (terms.tsx:65:1)
at commitLayoutEffectOnFiber (<embedded>:50695:36)
The above error occurred in the <Terms> component:
at Terms (file:///Users/ironmagma/Code/hyper/target/renderer/bundle.js:4796:5)
at DecoratedComponent (file:///Users/ironmagma/Code/hyper/target/renderer/bundle.js:2254:7)
at ConnectFunction (<embedded>:57692:80)
at forwardConnectRef
at div
at div
at file:///Users/ironmagma/Code/hyper/target/renderer/bundle.js:1410:66
at DecoratedComponent (file:///Users/ironmagma/Code/hyper/target/renderer/bundle.js:2192:7)
at DecoratedComponent (file:///Users/ironmagma/Code/hyper/target/renderer/bundle.js:2254:7)
at ConnectFunction (<embedded>:57692:80)
at forwardConnectRef
at Provider (<embedded>:63116:9)
React will try to recreate this component tree from scratch using the error boundary you provided, DecoratedComponent.
The issue is reproducible in vanilla Hyper.app: Is Vanilla
Issue
Closing a tab with CMD-W (or Shell > Close) results in a blank screen. This occurs on canary but not v4.0.0-canary.5.
The text was updated successfully, but these errors were encountered:
Issue
Closing a tab with CMD-W (or Shell > Close) results in a blank screen. This occurs on
canary
but notv4.0.0-canary.5
.The text was updated successfully, but these errors were encountered: