79672754

Date: 2025-06-20 00:19:14
Score: 1
Natty:
Report link

Change your import to use named import:

import { FilePondPluginImageEditor } from "@pqina/filepond-plugin-image-editor";

If that fails, try a namespace import:

import * as FilePondPluginImageEditor from "@pqina/filepond-plugin-image-editor";

Check the plugin's docs for the correct syntax.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hafiz Muhammad Aslam