Valentin-Marian Voilean

Results 2 comments of Valentin-Marian Voilean

This issue can only be reproduced on v36. On v35 the navigation works as expected.

Create an external component, then render it inside the `popoverProps.body`. ``` const Test = () => ( console.log('works')}> Popover contents ); .... const popoverProps = { ... body: , };...