dillon1000/react
Commit
Browse files [compiler] Consume compiled lib in react 18 app (#31166)
`yarn dev` doesn't work quite correctly because of an outdated assumption in vite-plugin-react, I have a [PR open](https://github.com/vitejs/vite-plugin-react/pull/374) to address. However `yarn build` and `yarn preview` does work as expected. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31166). * #31167 * __->__ #31166 * #31165
Changed paths6 files
First-parent comparisoncompiler/fixtures/runtime-compat/app-18/package.json ModifiedM compiler/fixtures/runtime-compat/app-18/src/App.tsx ModifiedA compiler/fixtures/runtime-compat/app-18/tsconfig.app.tsbuildinfo AddedA compiler/fixtures/runtime-compat/app-18/tsconfig.node.tsbuildinfo AddedM compiler/fixtures/runtime-compat/app-18/vite.config.ts ModifiedM compiler/fixtures/runtime-compat/app-18/yarn.lock ModifiedPatch
Files changed
Rendering syntax-highlighted changes…