@metalsadman said in Invalid prop: type check failed for prop "stackLabel". Expected Boolean, got String ...:
@janviehweger you gave it a string value just
stack-label
is enough to set it or if voltage is a boolean data model,:stack-label="voltage"
, with a colon:
.
ahh thanks, i was somehow routed to the 0.14 docs which show this usage.