Skip to content

WIP: POC type components and mixins

Matthieu Fesselier requested to merge poc/type-mixins-components into dev

@clement I tried what we discussed about the type of mixins and component. I face 2 bug I'm not sure we can workaround:

  1. StoreMixin says that it cannot find dataSrc, extraContext, ... properties, which are defined as attributes. This is because the API add these properties on the object afterwards.
  2. SolidAcChecker says that it cannot find resource, resourceId, ... because they are defined in the other mixin but not here. In SolidAcChecker, we use them without a previous declaration

Merge request reports