Helen Durrant
Helen Durrant
**Mixins!** We migrated our codebase from an old pre ES6 inheritance pattern that looked like this: `const MySpectacularPage = BasePage.extend(SparklesMixin, SprinklesMixin, {});` to this: `class MySpectacularPage extends SprinklesMixin(SparklesMixin(BasePage)) {} `...
Sorry, I think I'm missing something here. I'm experiencing the same issue and I'm not sure how this isn't a bug. I can't understand how that fiddle is working -...
@jhairau I was using the example from the documentation verbatim. I investigated a little further and I think this is just a versioning issue. If you are using bootstrap-datepicker version...
@acrobat gotcha - sounds good :+1: