Adding // @ts-nocheck
to add files referencing theme
. This is pretty poor as a solution but one that is forced.
#17
Labels
Adding
// @ts-nocheck
to add files referencingtheme
. This is pretty poor as a solution but one that is forced.This is assumed to be developit/microbundle#807
Everything works fine on dev but on
build
, it throwsProperty 'theme' does not exist on type 'IProps & { children?: ReactNode; } & DefaultTheme' error
Originally posted by @agneym in #16 (comment)
The text was updated successfully, but these errors were encountered: