Closed mileswwatkins closed 6 years ago
Seems like when the pickup party changes (for the overall BoP-ish text at the top), that the JS tries to update class, which is illegal in Maquette/Hyperscript; it has to be classes={desiredClass: true} instead.
class
classes={desiredClass: true}
Seems like when the pickup party changes (for the overall BoP-ish text at the top), that the JS tries to update
class
, which is illegal in Maquette/Hyperscript; it has to beclasses={desiredClass: true}
instead.