React Flow Code Review When reviewing React Flow code, complete the gates below in order. Each step has an objective pass condition before moving on. Review gates (sequenced) 1. Locate flow code — Search the review scope for , , , , , and . Pass: a short list of file paths (or explicit “none in scope” after searching). 2. Provider boundary — For each (and other hooks that require the provider), trace the component tree to an enclosing , or record a concrete mismatch with file:line . 3. Stable types and memo surfaces — For each custom node or edge component, note whether it uses and typed prop…