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
I get this warning in 2.4.0. How can I make it go away? I tried the "errror" as string suggestions put it doesnt work
<FileUploader
maxSize="1000"
handleChange={handleChange}
name="file"
types={fileTypes}
/>
or more reduced:
<FileUploader
name="file"
/>
app-index.js:33 Warning: Received `false` for a non-boolean attribute `error`.
If you want to write it to the DOM, pass a string instead: error="false" or error={value.toString()}.
If you used to conditionally omit it with error={condition && value}, pass error={condition ? value : undefined} instead.
at div
at O (webpack-internal:///(app-pages-browser)/./node_modules/styled-components/dist/styled-components.browser.esm.js:33:23554)
at label
at O (webpack-internal:///(app-pages-browser)/./node_modules/styled-components/dist/styled-components.browser.esm.js:33:23554)
at E (webpack-internal:///(app-pages-browser)/./node_modules/react-drag-drop-files/dist/react-drag-drop-files.esm.js:23:6212)
at div
at DragDrop (webpack-internal:///(app-pages-browser)/./src/app/components/DragDrop.js:21:11)
at div
at div
at div
at div
etc....
The text was updated successfully, but these errors were encountered:
I get this warning in 2.4.0. How can I make it go away? I tried the "errror" as string suggestions put it doesnt work
The text was updated successfully, but these errors were encountered: