Skip to content

Commit

Permalink
Merge pull request #537 from paziresh24/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
ebrahimghane authored Sep 27, 2024
2 parents 0c4242b + 4142866 commit ecb2b25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ export interface GlobalContextsProviderProps {
authGlobalContextProps?: Partial<
Omit<React.ComponentProps<typeof AuthGlobalContext>, "children">
>;

fragmentProps?: Partial<
Omit<React.ComponentProps<typeof Fragment>, "children">
>;

growthbookGlobalContextProps?: Partial<
Omit<React.ComponentProps<typeof GrowthbookGlobalContext>, "children">
>;

antdConfigProviderProps?: Partial<
Omit<React.ComponentProps<typeof AntdConfigProvider>, "children">
>;
Expand Down
6 changes: 2 additions & 4 deletions .plasmic/plasmic/paziresh_24_search/PlasmicProductCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1988,10 +1988,8 @@ function PlasmicProductCard__RenderFunc(props: {
$ctx.Growthbook.features["theme-config"][
"search_result:show_card_action_sdui_v2"
] &&
$state.cardActionSduiV2UiRequest.data.search_result_card_ui[0]
.data.actions &&
$state.cardActionSduiV2UiRequest.data.search_result_card_ui[0]
.data.actions.length > 0
$state.cardActionSduiV2UiRequest.data?.search_result_card_ui[0]
?.data?.actions !== undefined
)
);
} catch (e) {
Expand Down
14 changes: 7 additions & 7 deletions plasmic.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,12 @@
{
"type": "renderModule",
"assetId": "ZuA2HO8MLBhh",
"checksum": "ad98e7368c97c31c65ebc3b7e92ccfc3"
"checksum": "66a18d2dcd588ed07d3e070e994f4dba"
},
{
"type": "cssRules",
"assetId": "ZuA2HO8MLBhh",
"checksum": "ad98e7368c97c31c65ebc3b7e92ccfc3"
"checksum": "66a18d2dcd588ed07d3e070e994f4dba"
},
{
"type": "renderModule",
Expand Down Expand Up @@ -487,11 +487,6 @@
"assetId": "YHypsyWp2tOf",
"checksum": "04416aee47197e166d8bde25ce050686"
},
{
"assetId": "sMdpLWyxbzDCruwMRffW2m",
"type": "projectCss",
"checksum": "e1b9325fa9f4608e8584c9cac66d503c"
},
{
"type": "renderModule",
"assetId": "KILAc4YdRdGh",
Expand Down Expand Up @@ -571,6 +566,11 @@
"type": "icon",
"assetId": "eKLBqU_Fr5SV",
"checksum": "7c73ca0a02904a8d41c3884ecd60646e"
},
{
"assetId": "sMdpLWyxbzDCruwMRffW2m",
"type": "projectCss",
"checksum": "e1b9325fa9f4608e8584c9cac66d503c"
}
],
"codegenVersion": "0.0.1"
Expand Down

0 comments on commit ecb2b25

Please sign in to comment.