You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the package @doc-blocks/shield-row to a brand new project and I noticed two things that were documented on the storybook page.
the file @doc-blocks/shield-row/dist/main.css is not available on the dist folder.
the export is not using the export default so it should be import { ShieldRow } from '@doc-blocks/shield-row'; instead of import ShieldRow from "@doc-blocks/shield-row"
Describe the bug
I added the package
@doc-blocks/shield-row
to a brand new project and I noticed two things that were documented on the storybook page.@doc-blocks/shield-row/dist/main.css
is not available on the dist folder.export default
so it should beimport { ShieldRow } from '@doc-blocks/shield-row';
instead ofimport ShieldRow from "@doc-blocks/shield-row"
Reference:
https://intuit.github.io/doc-blocks/?path=/story/components-shieldrow--basic-usage
The text was updated successfully, but these errors were encountered: