We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f054656 commit 08e880cCopy full SHA for 08e880c
docs/reactive_components/800-custom_reactive_components/README.md
@@ -96,8 +96,8 @@ Rails.application.config.assets.paths << Rails.root.join('app/matestack/componen
96
97
For **Webpacker** it would look like this:
98
99
-`app/javascript/packs/application.js`:
100
```js
+// app/javascript/packs/application.js
101
import MatestackUiCore from 'matestack-ui-core'
102
import '../../../app/matestack/components/some_component'
103
```
0 commit comments