[BUG] corrupted data-rpvider code when npm run refine swizzle
Describe the bug
Steps To Reproduce
npm run refine swizzle yes you will see code is corrupted
Expected behavior
code must be correct
Packages
simple-rest
Additional Context
No response
Hey @vitali-bc, sorry for the issue! Looks like our swizzle command had some issues with the import type statements which are introduced with the latest release to our codebase. I've just opened up a PR to fix this issue. 🙏
Until the next release is done, you can check out the source code for @refinedev/simple-rest here to create your data provider 🚀
Hey @vitali-bc, sorry for the issue! Looks like our
swizzlecommand had some issues with theimport typestatements which are introduced with the latest release to our codebase. I've just opened up a PR to fix this issue. 🙏Until the next release is done, you can check out the source code for
@refinedev/simple-resthere to create your data provider 🚀
Hi! Could you please look also inside the next BUG I opened? I think they are correlated...
PS. i'm the same guy :D