HTMX fails with the following error in the console:
Uncaught TypeError: Cannot read property 'toUpperCase' of undefined
at $t (htmx.min.js:1)
at Fe (htmx.min.js:1)
at htmx.min.js:1
at X (htmx.min.js:1)
at htmx.min.js:1
...when scrolling quickly. The code to replicate can be found at https://github.com/wiverson/htmx-demo - and the specific code generating the view can be found at:
Starting Thymeleaf View
Java Spring Boot Controller
For reference, this is using the WebJAR version of HTMX, v1.3.2.
Replicated on macOS on both Safari and Chrome.
HTMX fails with the following error in the console:
...when scrolling quickly. The code to replicate can be found at https://github.com/wiverson/htmx-demo - and the specific code generating the view can be found at:
Starting Thymeleaf View
Java Spring Boot Controller
For reference, this is using the WebJAR version of HTMX, v1.3.2.
Replicated on macOS on both Safari and Chrome.