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
A subclass of a component that itself does not have an @component decorator can be initialized with configure without any errors. It will then not act as expected, since it is not a component.
Describe the bug
A subclass of a component that itself does not have an
@component
decorator can be initialized withconfigure
without any errors. It will then not act as expected, since it is not a component.To Reproduce
Expected behavior
During the call to configure an error should be thrown that the component being configured is not a component.
Environment
Zookeeper version: 1.0b7
The text was updated successfully, but these errors were encountered: