I'm currently building a Preact PWA with the CLI.
My understanding was that wherever I have a component defined with JSX, I need to have import { h } from 'preact'
at the top of the file.
I removed all instances of that import statement, yet the application still runs and builds perfectly fine.
Can someone set me straight here, as I'm a little confused now - perhaps there is some magic going on behind the scenes somewhere?