-
Notifications
You must be signed in to change notification settings - Fork 87
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
EDU-11369 - Experimental Exports - Hooks & Components #1438
Conversation
Preview LinksOpen this URL to set up the portal with this branch changes. You can now access the edited pages with the following URLs:
|
Navigation Preview LinkNo changes detected in the navigation.json file |
…h, United States)
…ports Doc reviewed by Localization
...faststore/docs/customization/building-sections/experimental-exports-hooks-and-components.mdx
Outdated
Show resolved
Hide resolved
…al-exports-hooks-and-components.mdx
2. Declare the hook or component into your custom component file. | ||
|
||
```tsx | ||
import { use{ComponentName}_unstable as use{ComponentName} } from '@faststore/core/experimental' | ||
``` | ||
|
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.
Acho válido incluir um disclaimer indicando que {ComponentName} deve ser substituído pelo nome do componente
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.
Boa! Adicionei na linha 22.
...faststore/docs/customization/building-sections/experimental-exports-hooks-and-components.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Carolina Menezes <[email protected]>
Types of changes
Atualizando a sidebar: vtexdocs/devportal#804