-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove typings? #2
Comments
Any docs? I can't find info from here. |
removing typing后(用@types),找不到HistoryModule, 如何破?有没有解决方案? |
Yeehaw!! I guess you can close this. But there is the question of that one last question mark still left in the comment before me. |
@qzhong1028 HistoryModule实际上已经没有了,改名叫做了History,参见这个pr:dvajs/dva#538 |
@xufei, 谢谢,什么时候发布新版本?我更新的1.2.1还是存在HistoryModule |
+1 什么时候发布新版本?1.2.1仍然存在HistoryModule |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
typescript > 2.0 introduced the @types repo so now you can include typings in the package json directly like this "@types/react-dom": "15.2.1" and the typescript compiler will detect it.
The text was updated successfully, but these errors were encountered: