Describe the bug
The logLevel prop does not work on VirtuosoGrid - there is a console error, and there are no additional messages in the console.
Warning: React does not recognize the `logLevel` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `loglevel` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
at div
at VirtuosoScroller (https://5slkdt.csb.app/node_modules/react-virtuoso/dist/index.mjs:2734:79)
at GridRoot2 (https://5slkdt.csb.app/node_modules/react-virtuoso/dist/index.mjs:3285:65)
at eval (https://5slkdt.csb.app/node_modules/react-virtuoso/dist/index.mjs:423:22)
at App (https://5slkdt.csb.app/App.js:38:43)
Describe the bug The
logLevel
prop does not work onVirtuosoGrid
- there is a console error, and there are no additional messages in the console.To Reproduce Steps to reproduce the behavior:
Expected behavior
logLevel
worksScreenshots
Desktop (please complete the following information):
Additional context The
Virtuoso
works withlogLevel
. Happy to have a look at this.