react-router-relay
react-router-relay copied to clipboard
fix: make it work with react-relay 2.0 (classic)
react-relay 2 uses React.forwardRef() for RelayContainer which fails the typeof routeComponent === 'object' check.
Can you fix CI here?