codejunkienick
codejunkienick
I've realised it is due to UI inconsistency, when switching to kilos numbers next to bars are still in pounds. You actually selected Standart 20lb bar and not Olympic (45lb/20kg)...
@erikras any possibility this could get released in any foreseeable future?
Currently working approach is to exclude it from SSR with window presence check (using useAudioPlayer@v2) ``` const [hasWindow, setHasWindow] = useState(false); useEffect(() => { if (typeof window !== 'undefined') {...