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

Fix realm-react progress tests #6833

Merged
merged 4 commits into from
Aug 12, 2024
Merged

Conversation

gagik
Copy link
Contributor

@gagik gagik commented Aug 12, 2024

What, How & Why?

Minor fixes from previous PR feedback

☑️ ToDos

  • 📝 Changelog entry
  • 📝 Compatibility label is updated or copied from previous entry
  • 📝 Update COMPATIBILITY.md
  • 🚦 Tests
  • 📦 Updated internal package version in consuming package.jsons (if updating internal packages)
  • 📱 Check the React Native/other sample apps work if necessary
  • 💥 Breaking label has been applied or is not necessary
  • 🔔 Mention @realm/devdocs if documentation changes are needed

@@ -47,9 +47,14 @@ type Indirects = {
*/
export const indirect = {} as Indirects;

const IGNORED_PROPS = new Set([
// See https://github.com/realm/realm-js/issues/6522
"$$typeof",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was causing me issues before and existed pre-refactor; was the new refactor meant to resolve this? @kraenhansen

Copy link
Member

@kraenhansen kraenhansen Aug 12, 2024

Choose a reason for hiding this comment

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

I didn't think of that issue 👍 good catch. I believe it'll be good to have a set of ignored props.

@cla-bot cla-bot bot added the cla: yes label Aug 12, 2024
@gagik gagik requested a review from kraenhansen August 12, 2024 07:28
@kraenhansen kraenhansen added no-jira-ticket Skip checking the PR title for Jira reference no-changelog labels Aug 12, 2024
@gagik gagik merged commit ff3d889 into main Aug 12, 2024
29 checks passed
@gagik gagik deleted the gagik/fix-progress-tests-and-feedback branch August 12, 2024 11:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes no-changelog no-jira-ticket Skip checking the PR title for Jira reference