Skip to content

v3.0.0

Compare
Choose a tag to compare
@viclafouch viclafouch released this 04 Aug 15:20
· 45 commits to main since this release

Breaking Changes

  • Use ESM only, no UMD format is exported anymore.

If you have any issue with Next.js, try this:

/** @type {import('next').NextConfig} */
const nextConfig = {
  transpilePackages: ['mui-file-input'],
}
 
module.exports = nextConfig