react/fixtures/dom
2019-12-30 08:56:44 -08:00
..
public using the wrong renderer's act() should warn (#15756) 2019-05-29 22:56:04 +01:00
src Fix various typos (#17724) 2019-12-29 13:47:51 -08:00
.gitignore act() - s / flushPassiveEffects / Scheduler.unstable_flushWithoutYielding (#15591) 2019-05-16 17:12:36 +01:00
package.json don't fire missing act() warnings for react-art (#15975) 2019-06-24 19:18:26 +01:00
README.md reference yarn instead of npm in dom fixtures README (#11374) 2017-10-26 17:51:58 +01:00
yarn.lock Bump handlebars from 4.0.6 to 4.5.3 in /fixtures/dom (#17730) 2019-12-30 08:56:44 -08:00

DOM Fixtures

A set of DOM test cases for quickly identifying browser issues.

Setup

To reference a local build of React, first run yarn build at the root of the React project. Then:

cd fixtures/dom
yarn
yarn start

The start command runs a script that copies over the local build of react into the public directory.