Describe the bug
I am seeing the following warning in my browser console.
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
In src/components/DefaultFilters.jsx , the html structure is p > div.
Perhaps this should be changed to Flex > FlexItem structure.
To Reproduce
Steps to reproduce the behavior:
- Go to '/admin.php?page=simple_history_admin_menu_page'
- Open browser console
- See warning
Expected behavior
This warning should not be shown, and the html should be valid.
System information (please complete the following information):
NA