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 cada150 commit 29ebe20Copy full SHA for 29ebe20
docs/api/javascript-api.md
@@ -61,7 +61,8 @@ The best source of docs is the main [ReactOnRails.js](https://github.com/shakaco
61
/**
62
* Set options for ReactOnRails, typically before you call ReactOnRails.register
63
* Available Options:
64
- * `traceTurbolinks: true|false Gives you debugging messages on Turbolinks events
+ * `traceTurbolinks: true|false` Gives you debugging messages on Turbolinks events
65
+ * `turbo: true|false` enables Turbo, which is not auto-detected like the Turbolinks library is
66
*/
67
setOptions(options)
68
0 commit comments