Skip to content

Commit

Permalink
feat: recursively auto-define children components
Browse files Browse the repository at this point in the history
Resolves #244
  • Loading branch information
borisdiakur committed Jan 19, 2022
1 parent 632b2fe commit 3f7b305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/pages/component-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { setAssetPath } from '@emdgroup-liquid/liquid/dist/components'
setAssetPath(window.location.origin)
```

> `setAssetPath` does not work for React bindings. Please take a look at the [React bindings docs](introduction/react-bindings#setting-the-asset-path) for an alternative approach.
> **Note**: `setAssetPath` does not work for React bindings. Please take a look at the [React bindings docs](introduction/react-bindings#setting-the-asset-path) for an alternative approach.
For more examples check out our [sandbox apps](introduction/sandbox-applications/).

Expand Down
1 change: 1 addition & 0 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const config: Config = {
},
{
type: 'dist-custom-elements',
autoDefineCustomElements: true,
},
{
type: 'docs-readme',
Expand Down

0 comments on commit 3f7b305

Please sign in to comment.