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/vite
with Vitetest, which uses JSDOM under the hood.apps/nextjs
with prerendering setup to useGetStaticProps
instead of a custom server. See Stencil's Hydrate App documentation for more information.