You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this error on browser console
Error Failed to autoload controller: nested-form TypeError: Failed to resolve module specifier 'controllers/nested_form_controller'
Form is working but I want to clear this error.
Can you help me?
Importmap.rb pin "stimulus-rails-nested-form", to: "https://ga.jspm.io/npm:[email protected]/dist/stimulus-rails-nested-form.es.js"
application.js import NestedForm from 'stimulus-rails-nested-form' application.register('nested-form', NestedForm)
The text was updated successfully, but these errors were encountered:
Hi, I am using nested_form but I have a error.
I am using rails7 and importmap (pin)
I have this error on browser console
Error
Failed to autoload controller: nested-form TypeError: Failed to resolve module specifier 'controllers/nested_form_controller'
Form is working but I want to clear this error.
Can you help me?
Importmap.rb
pin "stimulus-rails-nested-form", to: "https://ga.jspm.io/npm:[email protected]/dist/stimulus-rails-nested-form.es.js"
application.js
import NestedForm from 'stimulus-rails-nested-form'
application.register('nested-form', NestedForm)
The text was updated successfully, but these errors were encountered: