신현호
신현호
If you still haven't solved it, try setting @svgr/loader in next.config.mjs ```js const nextConfig = { webpack(config) { config.module.rules.push({ test: /\.svg$/i, use: [ { loader: '@svgr/webpack', options: { svgo: false,...
Thanks for the PR! The month navigation detection is working well. I was wondering if we could also trigger the onYearChange callback when navigating between months that span different years?...
@AmauryLiet Thank you so much for uploading this PR! I'd like to share a suggestion regarding styling consistency that I've noticed while working with the library. Currently, there are two...