-
Notifications
You must be signed in to change notification settings - Fork 178
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
TypeScript: convert storyProvider
#12652
Conversation
storyProvider
storyProvider
packages/story-editor/src/app/story/useStoryReducer/reducers/updatePage.ts
Outdated
Show resolved
Hide resolved
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.
I made it through! Looks great, surprisingly few edits to the actual reducers and most of them are idiot-edits (checking for null for things we know can't be null just to make the compiler happy).
packages/story-editor/src/app/story/useStoryReducer/reducers/addAnimations.ts
Outdated
Show resolved
Hide resolved
packages/story-editor/src/app/story/utils/pageContainsBlobUrl.ts
Outdated
Show resolved
Hide resolved
Uh, still 2 Karma tests failing. Looking into it, otherwise all passing finally 🎉 |
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.
🥋
The failing test was the same flaky one as on |
Context
Summary
Relevant Technical Choices
To-do
animation
package #12702 has been mergedUser-facing changes
Testing Instructions
This PR can be tested by following these steps:
Reviews
Does this PR have a security-related impact?
Does this PR change what data or activity we track or use?
Does this PR have a legal-related impact?
Checklist
Type: XYZ
label to the PRFixes #12411
Fixes #12657