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
Interesting that if I don't add or ["dummy"] in TwoCondSchema, KCL throws attribute 'a' of TwoCondSchema is required and can't be None or Undefined error.
Also if I merge mixins' contents into schemas, everything works as expected.
2. What did you expect to see? (Required)
ncs:
mod: m
a:
- text1
- text2
ocs:
mod: m
a:
- text1
- text2
tcs:
mod: m
a:
- text1
- text2
3. What did you see instead (Required)
ncs:
mod: m
a:
- text1
- text2
ocs:
mod: m
a:
- text1
- text2
tcs:
mod: m
a:
- dummy
4. What is your KCL components version? (Required)
KCL v0.11.0
The text was updated successfully, but these errors were encountered:
Bug Report
1. Minimal reproduce step (Required)
Interesting that if I don't add
or ["dummy"]
in TwoCondSchema, KCL throwsattribute 'a' of TwoCondSchema is required and can't be None or Undefined
error.Also if I merge mixins' contents into schemas, everything works as expected.
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your KCL components version? (Required)
KCL v0.11.0
The text was updated successfully, but these errors were encountered: