-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Problem Description
After pulling in the latest changes from main, launching Accessibility Insights on the E2E test app on Fabric results in an alert window being thrown. The alert windows states that an assert has been hit in the ScrollViewComponentView.cpp file (
react-native-windows/vnext/Microsoft.ReactNative/Fabric/Composition/ScrollViewComponentView.cpp
Line 222 in d95f6c8
| assert(false); |
Have not yet tested if this occurs for the playground app, but issue did not occur previously. The assert in line 222 has been present in the files since ScrollView has been present since the start of this file on Fabric, so we'll have to figure out why it is now being hit when Accessibility Insights is launched.
Steps To Reproduce
Run e2e-test-app-fabric.
Open Accessibility Insights.
Expected Results
No errors.
CLI version
npx react-native -v
Environment
npx react-native infoTarget Platform Version
None
Target Device(s)
No response
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status