export const Main = (props: { productName: string; cssInJS?: string }) => { return ( <>
CSS HMR Stress Test!

This page visually tests how quickly a bundler can update{" "} {props.cssInJS ? "CSS-in-JS" : "CSS"} over Hot Module Reloading.

Ran:

The progress bar should move from left to right smoothly.
The spinners should rotate & change color smoothly.
); };