hotwired / stimulus

A modest JavaScript framework for the HTML you already have

Home Page:https://stimulus.hotwired.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stimulus controller not working within turbo-frames

arsalanahmad123 opened this issue · comments

`import { Controller } from "@hotwired/stimulus"

// Connects to data-controller="infinitescroll"
export default class extends Controller {
connect() {
console.log("hello");
}
}
`
Everything is set in index.js all controllers are perfectly imported and registered
Here is my reels.html.erb file:
Screenshot from 2023-07-27 21-24-45