-
Notifications
You must be signed in to change notification settings - Fork 6
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
Port specific subjects page to ts #2675
Conversation
734d835
to
8fba0ee
Compare
52476eb
to
1df9afd
Compare
@@ -41,7 +41,8 @@ function HoverText({which, thing}) { | |||
export default function Carousel({ | |||
atATime = 1, | |||
children, | |||
hoverTextThing | |||
hoverTextThing, | |||
ref |
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.
Bug fix: had been passing a ref to this, but not using it.
1df9afd
to
516fc13
Compare
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.
Some of the type additions are hard to see because of the file deletions but nothing is jumping out to me as problematic.
CORE-537
This is based on #2674, which should be merged before reviewing this. Update: that is done.
Overwhelmingly, this is just adding types and making them work, then writing tests for the code.
In some files, I did some rearranging of code blocks, and reviewing might be best looking at old file and new file side-by-side in separate windows rather than the changes.