I am looking for an option to export my form submissions and stumbled over your project. Tried to set it up but got the following error. Maybe the problem is on my side, as I am using Payload 3.0 Beta. Thanks!
`Module not found: Package path ./components/elements is not exported from package /Users/danielkoller/git/website/node_modules/.pnpm/@newesissrl+payload-exportcollections-plugin@0.1.6_@babel+core@7.25.2_@emotion+react@11.13.0__ezg3dj3tooc7ytyyepzggws4ae/node_modules/payload (see exports field in /Users/danielkoller/git/website/node_modules/.pnpm/@newesissrl+payload-exportcollections-plugin@0.1.6_@babel+core@7.25.2_@emotion+react@11.13.0__ezg3dj3tooc7ytyyepzggws4ae/node_modules/payload/package.json)
28 | Object.defineProperty(exports, "__esModule", { value: true });
29 | exports.ExportListButtons = void 0;
> 30 | const elements_1 = require("payload/components/elements");
| ^
31 | const react_i18next_1 = require("react-i18next");
32 | const react_1 = __importStar(require("react"));
33 | const utilities_1 = require("payload/components/utilities");`
hey @danielkoller, at the moment payload 3.0-beta is not supported yet.
We have several plugins where people already asked for payload 3.0-beta version and we're on it but no ETA yet.
Let you know any updates
Hey,
thanks for the great plugin!
I am looking for an option to export my form submissions and stumbled over your project. Tried to set it up but got the following error. Maybe the problem is on my side, as I am using Payload 3.0 Beta. Thanks!