Skip to content

Commit

Permalink
Adding back popup notifications :) (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito authored May 5, 2022
1 parent 536585d commit f64eb59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ import {
import AppziButton from 'components/AppziButton'
import { nodeRemoveChildFix } from 'utils/node'

import Popups from 'components/Popups'

// Node removeChild hackaround
// based on: https://github.com/facebook/react/issues/11538#issuecomment-417504600
nodeRemoveChildFix()
Expand Down Expand Up @@ -86,6 +88,7 @@ ReactDOM.render(
<Updaters />
<ThemeProvider>
<ThemedGlobalStyle />
<Popups />
<AppziButton />
<App />
</ThemeProvider>
Expand Down

0 comments on commit f64eb59

Please sign in to comment.