mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
6dc2734b41
`it.experimental` marks that a test only works in Experimental builds. It also asserts that a test does *not* work in the stable builds. The main benefit is that we're less likely to accidentally expose an experimental API before we intend. It also forces us to un- mark an experimental test once it become stable.
react-interactions
This package is experimental. It is intended for use with the experimental React flags for internal testing.