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

Problem on ResolveFields #670

Open
BR1G00 opened this issue Oct 24, 2024 · 3 comments · Fixed by #706
Open

Problem on ResolveFields #670

BR1G00 opened this issue Oct 24, 2024 · 3 comments · Fixed by #706
Labels
ready Assumed ready enough to start type: bug 🐛

Comments

@BR1G00
Copy link

BR1G00 commented Oct 24, 2024

If you have 2 components, one with the resolveFields that we call "A" and one without, that uses the standard fields object "B", if you focus on A, then change focus on B and finally if you go back on A, the props of A doesn't reload and i still see the props of B.

resolveFields example where the error occurs:
resolveFields: ({ props }, { changed, lastFields }) => { if ( !changed.imageSource && !changed.id ) { return lastFields; }

@chrisvxd chrisvxd added ready Assumed ready enough to start type: bug 🐛 labels Oct 29, 2024
@chrisvxd
Copy link
Member

This might be fixed in #704. Would you be able to see if you can reproduce this with 0.17.0-canary.35170f8 when you get a moment?

@BR1G00
Copy link
Author

BR1G00 commented Nov 14, 2024

Unfortunately, i can still reproduce it on 0.17.0-canary.35170f8

@chrisvxd
Copy link
Member

Okay, let's try this again - new canary! 0.17.0-canary.159d819

@chrisvxd chrisvxd reopened this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Assumed ready enough to start type: bug 🐛
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants