We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, SharedObject has this signature - this is what is expected from each DDS:
protected snapshotCore(serializer: IFluidSerializer): ITree;
While public API is the following, with SharedObject doing conversion:
public summarize(fullTree: boolean = false, trackState: boolean = false): ISummaryTreeWithStats;
We need to
This is a fork of #3929, part of #4683
Please assign to write milestone as appropriate
The text was updated successfully, but these errors were encountered:
scarlettjlee
Successfully merging a pull request may close this issue.
Currently, SharedObject has this signature - this is what is expected from each DDS:
While public API is the following, with SharedObject doing conversion:
We need to
This is a fork of #3929, part of #4683
Please assign to write milestone as appropriate
The text was updated successfully, but these errors were encountered: