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
typescriptFelaExtendProp option – should it include extend prop in props inteface for given component?
typescriptFelaTheme option
for the extend prop: should it use RulesExtend type (avail. on most of our projects) or fallback to general type: Partial<Record<keyof typeof felaRules, TRule>>;?
for any fela rule: should it use TRuleWithTheme or TRule type?
[breaking 💥] includeReactImport option – if enable, React is imported. It's false by default.