rusackas commented on PR #42143:
URL: https://github.com/apache/superset/pull/42143#issuecomment-5024766687

   `AppContent` at App.tsx:236 is called with no props, but it now requires 
`layoutPortalNode` — `lint-frontend` is red with `TS2741: Property 
'layoutPortalNode' is missing`, and that's almost certainly why 
cypress/playwright are red too. Needs `<AppContent 
layoutPortalNode={layoutPortalNode} />` to actually wire `InPortal`/`OutPortal` 
to the same node.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to