Describe the bug
I got the following Warn:
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. Error Component Stack
Exactly when <Lottie component is rendered.
To Reproduce
Steps to reproduce the behavior:
- Render any lottie json
- See warning:
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. Error Component Stack
Expected behavior
No warning should be in console.
Screenshots

Additional context
Using version: "lottie-react": "^2.4.0",