wix-playground / stylable-components

Fully-tested & strictly-typed component library based on React, using optional Wix styling.
MIT License
35 stars 3 forks source link

Remove withTheme in favor of a simpler hack #591

Closed AviVahl closed 6 years ago

AviVahl commented 6 years ago

Gets rid of all the ThemeContainer usages. Default demo theme is simply applied once to body before tests.

Great benefit: some components which did not handle unmounting themselves are now being auto-handled by clientRenderer.