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
swr needs to be optimzeDeps (cf. wakujs/waku#1493), but this is because use-sync-external-store package is cjs only https://publint.dev/[email protected]. Probably there's a way to just catch this dep at least and automatically add it to optimizeDeps.include: ["... > use-sync-external-store"] via vitefu package traversal.
This is tedious than I thought. Since use-sync-external-store has many entry points, we need to optimize each of them https://publint.dev/[email protected]. I guess at this point, we can just target swr?