derrickpelletier / react-loading-overlay

Loading overlays with fade, spinner, message support.
MIT License
256 stars 84 forks source link

Error when trying to use the overlay #59

Closed mattany closed 2 years ago

mattany commented 2 years ago

Getting the following warning when using the overlay. The overlay and content work fine but the warning appears still.

"Warning: Failed prop type: LoadingOverlayWrapper: prop type styles.content is invalid; it must be a function, usually from the prop-types package, but received undefined."

Steps to reproduce: Try using an overlay with content (as in the examples given in the docs). This happens both when the content property is a function, or an object

perryraskin commented 2 years ago

I am running into the same issue 🥲

globalmatt commented 2 years ago

I started getting this warning after upgrading to React 18. The overlay still works OK.

Edit: Looks to be a duplicate of #56

mattany commented 2 years ago

Edit: Looks to be a duplicate of #56

Yes, I believe you are right. Closing this one.