You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-dom.development.js:67 Warning: Received `true` for a non-boolean attribute `custom`.
If you want to write it to the DOM, pass a string instead: custom="true" or custom={value.toString()}.
at select
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1641:5
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1704:5
at SelectWidget2 (http://localhost:3000/node_modules/.vite/@rjsf_bootstrap-4.js?v=cbf5682c:681:21)
at Widget.MergedWidget (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:16576:33)
at StringField (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:14570:22)
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1704:5
at FieldTemplate2 (http://localhost:3000/node_modules/.vite/@rjsf_bootstrap-4.js?v=cbf5682c:362:17)
at SchemaField2 (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:14476:5)
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1408:23
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:2576:5
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1965:5
at ObjectFieldTemplate2 (http://localhost:3000/node_modules/.vite/@rjsf_bootstrap-4.js?v=cbf5682c:381:32)
at ObjectField2 (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:13863:5)
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1704:5
at FieldTemplate2 (http://localhost:3000/node_modules/.vite/@rjsf_bootstrap-4.js?v=cbf5682c:362:17)
at SchemaField2 (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:14476:5)
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1408:23
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:2576:5
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1965:5
at ObjectFieldTemplate2 (http://localhost:3000/node_modules/.vite/@rjsf_bootstrap-4.js?v=cbf5682c:381:32)
at ObjectField2 (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:13863:5)
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1704:5
at FieldTemplate2 (http://localhost:3000/node_modules/.vite/@rjsf_bootstrap-4.js?v=cbf5682c:362:17)
at SchemaField2 (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:14476:5)
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1408:23
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:2576:5
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1965:5
at ObjectFieldTemplate2 (http://localhost:3000/node_modules/.vite/@rjsf_bootstrap-4.js?v=cbf5682c:381:32)
at ObjectField2 (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:13863:5)
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1704:5
at FieldTemplate2 (http://localhost:3000/node_modules/.vite/@rjsf_bootstrap-4.js?v=cbf5682c:362:17)
at SchemaField2 (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:14476:5)
at form
at Form2 (http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:17493:5)
at http://localhost:3000/node_modules/.vite/chunk-HCTMZ6BT.js?v=cbf5682c:17972:23
at ConfigForm (http://localhost:3000/src/addons/components/ConfigForm/ConfigForm.jsx?t=1641958137322:8:8)
at div
at div
at http://localhost:3000/node_modules/.vite/chunk-XPKOMMPR.js?v=cbf5682c:1965:5
at div
at Config (http://localhost:3000/src/pages/classic/Config/Config.jsx?import&t=1641958137240:29:19)
at Routes (http://localhost:3000/node_modules/.vite/chunk-BOPY2C6Z.js?v=cbf5682c:486:5)
at Router (http://localhost:3000/node_modules/.vite/chunk-BOPY2C6Z.js?v=cbf5682c:433:15)
at HashRouter (http://localhost:3000/node_modules/.vite/react-router-dom.js?v=cbf5682c:110:5)
at App
Why custom attr in here?
react-jsonschema-form/packages/bootstrap-4/src/SelectWidget/SelectWidget.tsx
Line 85 in 3ec17f1
my jsonschema : playground
it causes error:
my package.json
and jsx
if switch to @rjsf/core, this error will not happened
The text was updated successfully, but these errors were encountered: