-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Usage with TypeScript. WithStyles type #1107
Comments
Sounds great, the TS types are since version 10 (which is currently in alpha) in this repo just FYI. So not only |
Oh, found that documentation is already fixed in #1078, but hasn't released yet :) |
Hmmm, that's weird because any docs changes should be live as soon as they are merged to master |
Yes, so master is incompatible with current website and docs version |
Oh wait, no, so docs are not automatically updated 🤦♂ I think we will release the next version in a few days. |
Recently, I created a new project with the latest versions each of dependencies. I did all step by step according to documentation . But got an error that
WithStyles
doesn't exist inreact-jss
.Later, I found that
WithStyles
exists in alpha pre-release version only (v10.0.0-alpha.16). It's OK, but let's add this to documentation as well, since it can be confused for newjss
users as me :)Please, let me know if it works for you and I'll create a PR
The text was updated successfully, but these errors were encountered: