ReferenceError: $ is not defined
When Features::api() is enabled, and you create a Token in that view, it should open a modal, but it won't, it throws that error:
app.js:N Uncaught ReferenceError: $ is not defined
at Proxy.manageApiTokenPermissions (app.js:N)
at onClick (app.js:N)
at callWithErrorHandling (app.js:N)
at callWithAsyncErrorHandling (app.js:N)
at HTMLButtonElement.invoker (app.js:N)
To Reproduce
- Steps to reproduce the behavior:
- uncomment Features::api() in jetstream.php
- open ApiTokens Page and create an API token, you then should be able to see the error in the dev-tools (js)