Describe the bug
the qs package needs a wildcard ESM import as it is CJS. this works in vite under normal circumstances but not during the dev mode which loads modules in some cases without any pre-processing.
Steps To Reproduce
n/a
Expected behavior
qs is usable in vite dev mode.
Packages
Applies to
- @refinedev/core
- @refinedev/nextjs-router
- @refinedev/strapi-v4
- @refinedev/remix-router
Additional Context
No response
Describe the bug
the
qspackage needs a wildcard ESM import as it is CJS. this works in vite under normal circumstances but not during the dev mode which loads modules in some cases without any pre-processing.Steps To Reproduce
n/a
Expected behavior
qsis usable invitedev mode.Packages
Applies to
Additional Context
No response