You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @ts-checkimportremoveImportsfrom"next-remove-imports";/** * Don't be scared of the generics here. * All they do is to give us autocompletion when using this. * * @template {import('next').NextConfig} T * @param {T} config - A generic parameter that flows through to the return type * @constraint {{import('next').NextConfig}} */functiondefineNextConfig(config){returnremoveImports()(config);}exportdefaultdefineNextConfig({reactStrictMode: true,swcMinify: true,i18n: {locales: ["en"],defaultLocale: "en",},});
Hello, I just have a basic setup of the MDEditor component with Next.js.
All list including number and bullet list are not showing properly in the preview as shown
Below are the versions of Next.js and react-md-editor used
Thanks for your help and please let me know if I have to provide more information :)
The text was updated successfully, but these errors were encountered: