typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Provide window context for error windows #622

Closed jamesreprise closed 2 years ago

jamesreprise commented 2 years ago

What is the goal of this PR?

We have fixed a bug where error windows were not provided window contexts and crashed before being able to show the error.

What are the changes implemented in this PR?

We provide a windowContext to the CompositionLocalProvider in the event of an error window being created.

grabl commented 2 years ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Code

Architecture