Skip to content
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

RSTUDIO-534: Restore ability to open a synchronized Realm #1645

Merged
merged 3 commits into from
Apr 23, 2024

Conversation

nirinchev
Copy link
Member

Fixes #1644

@cla-bot cla-bot bot added the cla: yes label Apr 19, 2024
@nirinchev nirinchev changed the title Restore ability to open a synchronized Realm RSTUDIO-534: Restore ability to open a synchronized Realm Apr 19, 2024
@nirinchev nirinchev requested a review from kraenhansen April 19, 2024 14:41
schema,
schemaVersion,
});
} as any);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we keep this a bit tighter?

Suggested change
} as any);
} satisfies Realm.Configuration & Record<string, unknown>);

@nirinchev nirinchev merged commit 19d6408 into channel/major-15 Apr 23, 2024
3 checks passed
@nirinchev nirinchev deleted the ni/open-synced-realm branch April 23, 2024 10:46
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Realm Studio 15 can't open a synchronized Realm
2 participants