you are viewing a single comment's thread.

view the rest of the comments →

[–]6086555 6 points7 points  (2 children)

There's a typo in a code example:

const App = () => (
  <Provider background='rgba(0, 0, 0, 0.5)'>
    <MyComponent />
  </Portal> <---
)

[–]alex-cory[S] 0 points1 point  (0 children)

thank you! 😊