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
The Context and Library classes can be confusing to understand, especially in relationship to each other. In addition, it seems there may be some theoretical issues with a Library being a parent of a Context. We should consider how we might refactor this code to be more straight-forward and type-friendly. See also: #282 (comment)
The text was updated successfully, but these errors were encountered:
The
Context
andLibrary
classes can be confusing to understand, especially in relationship to each other. In addition, it seems there may be some theoretical issues with aLibrary
being a parent of aContext
. We should consider how we might refactor this code to be more straight-forward and type-friendly. See also: #282 (comment)The text was updated successfully, but these errors were encountered: