Reactjs – Detecting scroll on SolidJS
I am on the latest version of SolidJS and I am unable to detect scroll events with onscroll. Even with the basic starter code. import type { Component } from 'solid-js'; import logo from './logo.svg'; import styles from './App.module.css'; const…