-
-
Save DavidColby/46b0684c7c166995830098596a3a192a to your computer and use it in GitHub Desktop.
Tailwind + Stimulus Sidebar
Facing the same issue like in above comments.
Uncaught TypeError: Cannot read properties of undefined (reading 'start')
Old Stimulus has been deprecated, so you need to replace <script src="https://unpkg.com/stimulus/dist/stimulus.umd.js"></script>
with <script src="https://unpkg.com/@hotwired/stimulus@3.0.1/dist/stimulus.umd.js"></script>
and it will work fine.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I literally copied the code and opened the HTML file in the browser, but I'm getting this error in the JS console in the DevTools: