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
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
Is there any change that this will be compatible with TypeScript? Right now I'm seeing errors like "styledComponents.withTheme is not a function".. If I explicitly export the withTheme method, I will get errors like "cannot read property of undefined" in e.g. the elevation.js file.
Does anyone have any clue how to get this to work? Am I missing somthing?
The text was updated successfully, but these errors were encountered:
While we'd like to support TypeScript eventually, it's not a priority in the near-medium term while we're still building out many of the basic components. Sorry for the inconvenience.
What does your code look like? I'd be happy to take a look and see if I can replicate the issue, in case something more than a TypeScript incompatibility is going on.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
First on foremost: awesome work!
Is there any change that this will be compatible with TypeScript? Right now I'm seeing errors like
"styledComponents.withTheme is not a function"
.. If I explicitly export thewithTheme
method, I will get errors like"cannot read property of undefined"
in e.g. theelevation.js
file.Does anyone have any clue how to get this to work? Am I missing somthing?
The text was updated successfully, but these errors were encountered: