-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Element with ID #326
Comments
It appears not to be related with any one controller. Possibly an importmaps issue? |
Hey @richjdsmith, thanks for reporting this! Somehow I totally missed this, my bad! I think it has to do with the parser and how it sees your application. Would you mind sharing your |
hey, I'm seeing the same issue. Here is my import { application } from './application'
import AutoremoveController from './autoremove_controller'
import AutosubmitController from './autosubmit_controller'
import DoubleConfirmController from './double_confirm_controller'
import DropdownController from './dropdown_controller'
import FormloaderController from './formloader_controller'
application.register('autoremove', AutoremoveController)
application.register('autosubmit', AutosubmitController)
application.register('double-confirm', DoubleConfirmController)
application.register('dropdown', DropdownController)
application.register('formloader', FormloaderController) it is automatically formatted by Standard a solution I found was to ignore "standard": {
"ignore": [
"app/javascript/controllers/index.js"
]
} and run |
I am not sure where else to turn. I am getting this error code in VScode:
I am at a loss as to what this means and what's causing it.
The controller itself is super simple:
But no matter what I do, this error lives on. Any suggestions? place to turn?
The text was updated successfully, but these errors were encountered: