-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import Placeholder from 'utopia-api' #20
Conversation
@@ -638,7 +645,7 @@ const Components = { | |||
children: 'not-supported', | |||
variants: { | |||
label: 'QuoteWithRating', | |||
imports: `import { QuoteWithRating, Placeholder } from "/app/components/Components"`, | |||
imports: `import { QuoteWithRating } from "/app/components/Components"`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placeholder
isn't being used here at all
@@ -20,7 +20,6 @@ import { RecommendedProducts } from '../components/RecommendedProducts' | |||
import { loader as loaderTemplate } from './trippy-trails-template' | |||
import { connectToMetaObjects as connectToMetaObjectsTemplate } from '../helpers/connect-metaobject' | |||
import { Image, Money } from '@shopify/hydrogen' | |||
import { Placeholder } from 'utopia-api' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not being used here at all
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
Currently
components.utopia.js
definesPlaceholder
as imported from both/components/Components
andutopia-api
, this PR changes all of its occurences to be fromutopia-api
Fixes concrete-utopia/utopia#5626