Richard Boneff-Peng
Results
3
comments of
Richard Boneff-Peng
I'd love to see this feature happen!
I just turned off Turbolinks to get around this issue.
Here's a stripped down version of how I integrated this with React: ``` 'use client' import {useState, useRef, useEffect} from "react"; // @ts-ignore import {Wheel} from 'spin-wheel/dist/spin-wheel-esm' interface WheelItem {...