Results 2 comments of Chillside

i use this ``` setTheme: function(drawclass){ var that = this, theme = this.options.theme || drawclass; if( drawclass !== undefined && drawclass !== this.options.theme){ this.$element.removeClass(this.options.theme); theme = drawclass; this.options.theme = theme;...

> @hugomendonca98несколько дней назад мы обновили руководство по компонентам стилей, в вашем воспроизведении вам необходимо обновить реестр стилей. > > ```diff > - styledComponentsStyleSheet.seal(); > + // @ts-ignore > +...