@dynamic-labs/sdk-react-core package in a NextJS version 14.x project.
Solution
Updatenext.config.js to optimize @dynamic-labs/sdk-react-core:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
@dynamic-labs/sdk-react-core package in a NextJS version 14.x project.
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
next.config.js to optimize @dynamic-labs/sdk-react-core:
// next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
optimizePackageImports: ["@dynamic-labs/sdk-react-core"],
},
};
export default nextConfig;
Was this page helpful?