-
Notifications
You must be signed in to change notification settings - Fork 23
♻️ be more selective about which docs to lazy render #224
Conversation
@erunion think this is good to go! @kanadgupta can you work together to build a release for this? |
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.
Added a couple more test cases, but this looks great and works well!
@@ -11320,30 +11317,20 @@ | |||
}, | |||
"dependencies": { | |||
"ajv": { | |||
"version": "6.10.0", |
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.
@dok Did you mean to downgrade ajv here?
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 did not intend to downgrade. The update to package-lock.json
was a result of running npx lerna bootstrap
.
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.
K cool, just checking. Looks like 5.5.2 falls in line with what the react-jsonschema-form
dependency is requesting anyways so 👍
No description provided.