We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad151ea commit f658ed2Copy full SHA for f658ed2
packages/compass-components/src/components/file-picker-dialog.tsx
@@ -316,7 +316,8 @@ export function createElectronFileInputBackend<ElectronWindow>(
316
* to be used in environments like Electron where you have access to nodes fs module
317
* to read/write files.
318
*
319
- * For browser environments, you should use the `FileSelector` component instead.
+ * Always use `FileSelector` component, only use `FilePickerDialog` if you absolutely
320
+ * know what you're doing
321
322
* @deprecated
323
*/
0 commit comments