Done
Details
Details
Assignee
Zak Burke
Zak BurkeReporter
Zak Burke
Zak BurkePriority
Story Points
2
Sprint
None
Development Team
Stripes Force
Release
Poppy (R2 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 30, 2023 at 5:29 PM
Updated November 1, 2024 at 7:02 PM
Resolved July 18, 2023 at 2:47 AM
Summary: Copy and export the react-agnostic functions provided by
@bigtest/react
.Details:
@bigtest/react
has four sets of interrelated functions used in test-setup. Some are react-agnostic, and some rely on react v17, specifically the deprecatedReactDOM.render
API. In order to continue using BTOG with react v18, we want to make the react-agnostic functions available for import without being harassed by compatibility warnings since@bigtest/react
technically depends on v16.