Adding // @ts-nocheck to add files referencing theme. 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 throws Property 'theme' does not exist on type 'IProps & { children?: ReactNode; } & DefaultTheme' error
Originally posted by @agneym in #16 (comment)
Adding
// @ts-nocheckto 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' errorOriginally posted by @agneym in #16 (comment)