Chris Arasin

Results 2 issues of Chris Arasin

## Description Prototype implementation of applying extensions at setTheme time to Component prototypes rather than at instance construct time. Extensions take an array of imported component references rather than component...

WIP

## Description withExtensions currently runs on `_construct` for every instance of a component class. This updates the extension creation process to only modify component prototypes, so the createExtensions workflow only...

DO NOT MERGE
refactor