In PR #322, the SearchCardAction component was refactored to accept the entire data structure (i.e., experiment) for the GA4 custom event. Additionally, the parent components rendering SearchCardAction were updated to align with this change (see commit at fc602f7).
Problem or idea
The other SearchCard-related components need to be updated to follow the new pattern of accepting the entire data structure to maintain consistency.
The following components need to be updated:
SearchCardHeader
SearchCardMeta
SearchCardBody
SearchCardFooter
Solution or next step
Refactor the SearchCard-related components to accept and handle the entire data structure (i.e., experiment):
Context
In PR #322, the
SearchCardAction
component was refactored to accept the entire data structure (i.e.,experiment
) for the GA4 custom event. Additionally, the parent components renderingSearchCardAction
were updated to align with this change (see commit at fc602f7).Problem or idea
The other
SearchCard
-related components need to be updated to follow the new pattern of accepting the entire data structure to maintain consistency.The following components need to be updated:
SearchCardHeader
SearchCardMeta
SearchCardBody
SearchCardFooter
Solution or next step
SearchCard
-related components to accept and handle the entire data structure (i.e.,experiment
):SearchCardHeader
SearchCardMeta
SearchCardBody
SearchCardFooter
SearchCard
Experiment