You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }
The text was updated successfully, but these errors were encountered:
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; }
The text was updated successfully, but these errors were encountered: