Closed santigolucass closed 3 weeks ago
i tried looking into this but i am not able to replciate. stimulus does not seem to work well outside of rails and webpack. If you can fork this sandbox and get stimulus to work i can look into this further: https://codesandbox.io/p/sandbox/jpf74p
The only change I had to make was adding the renderContainer
in the options, and now it's working; I found this reading the formeo code
const options = {
renderContainer: rendererContainer,
};
That's great, glad you were able to resolve the issue. Thanks for the update
I'm having this error while trying to render the form. I'm building it using Rails + Stimulus.
My setup: