How can I get rid of this warning?
Closed this issue · 4 comments
sangdth commented
This warning on portalContainer
on my nextjs project.
Warning: Failed prop type: DateRangePicker: prop type `portalContainer` is invalid; it must be a
function, usually from the `prop-types` package, but received `undefined`.This often happens
because of typos such as `PropTypes.function` instead of `PropTypes.func`.
wojtekmaj commented
sangdth commented
Thank you, looking forward to the release. <3
wojtekmaj commented
Released!
sangdth commented
Thanks, I can confirm it's gone in my repo.