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
Right now, state.to_spec will run the respective class to_spec method. There should be a type check to validate that the type is correct, e.g., layouts should have the type of Layouts:
Right now,
state.to_spec
will run the respective classto_spec
method. There should be a type check to validate that the type is correct, e.g.,layouts
should have the type of Layouts:This should raise an error
I can submit a PR, but I want to be sure I have not overlooked anything.
The text was updated successfully, but these errors were encountered: