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
Hi team, thanks for the great work on Puck - we're loving working with it. Quick one we ran into - mapProp seems to run before getItemSummary which means we can't use fields from the originally fetched object in the summary.
We want to only store an ID as a prop in JSON vs. more complex objects which is why we want to keep mapProp as just id.
Would it make sense to have getItemSummary always receive the raw item value?
Hi team, thanks for the great work on Puck - we're loving working with it. Quick one we ran into - mapProp seems to run before getItemSummary which means we can't use fields from the originally fetched object in the summary.
We want to only store an ID as a prop in JSON vs. more complex objects which is why we want to keep mapProp as just id.
Would it make sense to have getItemSummary always receive the raw item value?
The text was updated successfully, but these errors were encountered: