Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to goober #16

Merged
merged 10 commits into from
Mar 14, 2021
Merged

Switch to goober #16

merged 10 commits into from
Mar 14, 2021

Conversation

agneym
Copy link
Owner

@agneym agneym commented Mar 13, 2021

  • switches from styled-components to goober
  • updates to husky 5 and updates pre commit hook for prettier
  • add test setup for jest

Agney added 10 commits March 13, 2021 09:29
This is very poor as a solution. But typescript builds are not respecting the typeRootsArray in tsconfig and hence leading to Property 'theme' does not exist on type 'IProps & { children?: ReactNode; } & DefaultTheme' error
@agneym
Copy link
Owner Author

agneym commented Mar 14, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant