-
Notifications
You must be signed in to change notification settings - Fork 350
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
Update the Expression widget to support the 'Show Your Work' hackathon project #1768
Conversation
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (10066f9) and published it to npm. You Example: yarn add @khanacademy/perseus@PR1768 If you are working in Khan Academy's webapp, you can run: ./dev/tools/bump_perseus_version.sh -t PR1768 |
Size Change: +177 B (+0.01%) Total Size: 1.48 MB
ℹ️ View Unchanged
|
…le the expression widget
@jeremywiebe I decided to use the |
Summary:
This PR makes the following changes:
The reason for rendering the Expression widget outside of the Renderer is so that we can access the new 'setValue' method on it.
Issue: None
Test plan: