You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now in order to implement the behavior I described in Motivation section, we'd need to merge two configs:
// 1jss.use(isolate({isolate: 'root',reset: 'all'// or just 'inherited', because 'non-inherited' part is covered in second config}));// 2jss.use(isolate({reset: 'non-inherited'}));
The first questions is: is it OK to introduce new 'non-inherited' keyword for this use-case?
Motivation
See #698 (comment)
TODO
reset
propertyThe text was updated successfully, but these errors were encountered: