This is a monorepo for testing and reproducing bugs related to Stencil's React
integration. packages/react-library was created
following Stencil's React Integration
documentation. There are two apps, both of which have caused us problems in the
past:
apps/vitewith Vitetest, which uses JSDOM under the hood.apps/nextjswith prerendering setup to useGetStaticPropsinstead of a custom server. See Stencil's Hydrate App documentation for more information.