Skip to content

Commit

Permalink
perf(version): correcting version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: previous version supposed to be breaking change

changes refer to 0613e0e
  • Loading branch information
AliKdhim87 committed Feb 20, 2022
1 parent bdee049 commit 309dcab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/portal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ export const Portal: React.FC<PortalProps> = ({children, parent, className}) =>
target?.removeChild(el)
}
}, [el, parent, className])

return ReactDOM.createPortal(children, el)
}

0 comments on commit 309dcab

Please sign in to comment.