-
Notifications
You must be signed in to change notification settings - Fork 536
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
Expose configuredSharedTree #20332
Expose configuredSharedTree #20332
Conversation
examples/data-objects/inventory-app/src/reactSharedTreeView.tsx
Outdated
Show resolved
Hide resolved
* TreeCompressionStrategy, | ||
* configuredSharedTree, | ||
* typeboxValidator, | ||
* // eslint-disable-next-line import/no-internal-modules |
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.
Does this eslint directive need to be in the example?
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 considered removing it. I kinda like that it helps highlight that despite this pattern usually not being allowed, in this case (reaching into a package for on of our release tag rollups) is supported.
I don't have a strong opinion either way though, so if anyone has a preference, I'll go with that.
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.
No strong opinion either. Feel free to resolve without further changes.
Co-authored-by: yann-achard-MS <[email protected]>
⯅ @fluid-example/bundle-size-tests: +62 Bytes
Baseline commit: f49f533 |
Description
Expose an
@internal
api,configuredSharedTree
which can be used to opt into various internal/debug shared tree settings.This should help cases like #20274 root cause the bug.
Reviewer Guidance
The review process is outlined on this wiki page.