rum icon indicating copy to clipboard operation
rum copied to clipboard

Add support for multiple context types mixins

Open chpill opened this issue 8 years ago • 0 comments

Implementation to illustrate my suggestion on https://github.com/tonsky/rum/issues/136

It works, using child-context-types and context-types to aggregate the different types correctly. But you have to be careful not to have a {:class-properties {:context-types ...}} in one of your mixins, as it will be applied last and override whatever you had in the top level :context-types (idem for :child-context-types)

chpill avatar May 09 '17 07:05 chpill