Futher Troubleshooting
import React from "react";
import { Provider, SensorStack, FilterStack, ResultList } from "@usereactify/search";
export const CustomPage: React.FC = () => (
// <CustomStuff ...>
<Provider
index="reactify-search"
shopifyPermanentDomain="reactify-apps.myshopify.com"
>
<SensorStack />
<FilterStack />
<ResultList />
// <CustomStuff ... />
</Provider>
// </CustomStuff>
);Last updated