This repo is the minimal reproduction of the stencil webcomponent issue with NextJs Image component.
install dependencies
yarn installbuild the web-components
yarn clientthen run the app
yarn serverthen open the browser and navigate to http://localhost:3000/
wait two seconds for the state to change. the styles for the checkbox should be removed.
removing priority property from the NextImage component.