-
Notifications
You must be signed in to change notification settings - Fork 37
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
refactor: add types to files #923
Conversation
SkyeYoung
commented
Jul 26, 2021
•
edited
Loading
edited
- Add missing eslint rules
- Add types of files under Link folder and optimize functions
- Add types of doc.js & relative files
- Add types of NavAndDrawer
- Add types of Search
- Add types of remaining files in the components folder
- Add type of pages
But there is still a `<div> cannot appear as a descendant of <p>` problem that need to be fixed in ToolCard.tsx
这次慢慢来( |
78810d8
to
1068f5b
Compare
快来 Review 掉一点啊,已经攒了四天的量啦。🙈 |
尝试修复了 #928,目前渲染正常了,但是本身的问题并没有解决。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reactive hast 这部分需要 @diauweb 看一下
https://support-ts.surge.sh/tags changelog 和 tags 页面有 “编辑此页” 的图标,而按理说这两个页面是不应该有的。 不过看起来好像现在 ng 上面也有这个问题,可能是什么时候不小心给改错了,可以修一下 |
@Enter-tainer 这个是因为默认 noEdit 是 false |
@Enter-tainer 要不要把 StyledLayout 里面的 noEdit 默认改为 true 呢 |
处理一下 conflict 吧,处理掉就可以合了 |
@Enter-tainer 冲突已处理。 |