ukrbublik/react-awesome-query-builder

popupMatchSelectWidth consol error

Opened this issue · 0 comments

react-dom.development.js:67 Warning: React does not recognize the popupMatchSelectWidth prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase popupmatchselectwidth instead. If you accidentally passed it from a parent component, remove it from the DOM element.
at div
at http://localhost/node_modules/.vite/deps/chunk-4SRR22CL.js?v=99910347:4401:22
at http://localhost/node_modules/.vite/deps/chunk-4SRR22CL.js?v=99910347:6409:22
at InternalSelect2 (http://localhost/node_modules/.vite/deps/chunk-X6CYYEU2.js?v=99910347:3109:35)
at FieldSelect2 (http://localhost/node_modules/.vite/deps/@react-awesome-query-builder_antd.js?v=99910347:2446:5)
at Field2 (http://localhost/node_modules/.vite/deps/chunk-7GVSBFZ2.js?v=99910347:3385:5)
at div
at div
at Col2 (http://localhost/node_modules/.vite/deps/chunk-7GVSBFZ2.js?v=99910347:3201:23)
at FieldWrapper2 (http://localhost/node_modules/.vite/deps/chunk-7GVSBFZ2.js?v=99910347:

My package .Json:

    "antd": "^4.24.14",
    "@react-awesome-query-builder/antd": "^6.4.1",
    "@react-awesome-query-builder/core": "^6.4.1",
    "@react-awesome-query-builder/ui": "^6.4.1",

I think this problem is solved in Antd 5.x. But in the above package versions I see this problem in the console when I say add filter.

Question 1: Is this an important problem that affects performance?
Question 2: Can I solve this with the above package versions