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 28cf851 commit 869519dCopy full SHA for 869519d
README.md
@@ -266,8 +266,8 @@ const app = startStimulusApp(require.context(
266
));
267
268
// the normal way to manually register controllers
269
-application.register('clipboard', Clipboard)
270
-application.register('autocomplete', Autocomplete)
+app.register('clipboard', Clipboard);
+app.register('autocomplete', Autocomplete);
271
272
export { app };
273
```
0 commit comments