Hi Team,
I am creating a custom app to show the custom data from data base, I am trying to use Index table — Shopify Polaris React .
but while trying this as .jsx file, it’s giving me type script error: ‘import type’ declarations can only be used in TypeScript files.ts(8006)
or while save as .tsx then it’s giving error: ‘“@shopify/polaris”’ has no exported member named ‘TabProps’. Did you mean ‘TabsProps’?ts(2724)
Can anyone please suggest me how to use this components in my app.
I am creating app using laravel template: GitHub - Shopify/shopify-app-template-php
I need to fix this issue ASAP. I just need to place all the data fields (i.e: name, email, customer details, etc) as a data field with search atleast. Please let me know if anyone has the component ready also.
Thanks in advance.