Changelog
- Added JSX intrinsic element types for React 19, Preact and SolidJS (see commit)
 
Update hint
Only if you use React and TypeScript, and set classes on <scroll-shadow>:
- React < 19: 
<scroll-shadow class="my-class"> - React 19: 
<scroll-shadow className="my-class"> 
React 19 adds full support for custom elements. Setting classes with class works but is only typed for React < 19.