McCall Alexander
McCall Alexander
Same. It just freezes then I have to force quit typically.
I support this with the small amendment of `cosmos -> chains`
If you're exporting a function, put it in parenthesis before the `as`. e.g. ```typescript export default ((req, res) => { // Intellisense Enabled on `req` & `res`! return 'Hello World!';...
@boar-is @wuebkers wrap your scroll value in a spring. ```typescript const scrollMotionSpring = useSpring(scrollMotionValue, { stiffness: 100, bounce: 0, mass: 0.1, duration: 0.25, }); ```