Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
In customer Ui Extension,
On path 'extensions/reward-page/src/ProfileBlockExtension.jsx', i have following import
import { ProfileBlockWrapper } from "./components/ProfileBlockWrapper";
and ProfileBlockWrapper component is located on 'extensions/reward-page/src/components/ProfileBlockWrapper.jsx' which is named exported
But when i try to import this component , i am getting Error that
Could not resolve "./components/ProfileBlockWrapper"
In Customer ui extension , is there any different way to import and export the component ?
Solved! Go to the solution
This is an accepted solution.
Try to add file extension in the import statement.
import { ProfileBlockWrapper } from "./components/ProfileBlockWrapper.jsx";
This is an accepted solution.
Try to add file extension in the import statement.
import { ProfileBlockWrapper } from "./components/ProfileBlockWrapper.jsx";
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024