Skip to content

Commit f658ed2

Browse files
committed
rephrase
1 parent ad151ea commit f658ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass-components/src/components/file-picker-dialog.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ export function createElectronFileInputBackend<ElectronWindow>(
316316
* to be used in environments like Electron where you have access to nodes fs module
317317
* to read/write files.
318318
*
319-
* For browser environments, you should use the `FileSelector` component instead.
319+
* Always use `FileSelector` component, only use `FilePickerDialog` if you absolutely
320+
* know what you're doing
320321
*
321322
* @deprecated
322323
*/

0 commit comments

Comments
 (0)