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
Hello, @aliemir published the PR #5992 and it works. However, esbuild doesn't compile as expected. The compiler doesn't generate correctly as you write here
Hey @sanchezcarlosjr, thank you for explaining the issue here! 🙏 Did you encounter this issue while working with React Native or is there any other platform that has issues with parsing those lines? 🤔
Thank you for your answer, @aliemir. I'm working with traditional React web apps, and Refine works as expected. The issue only occurs in React Native as far as I know.
Describe the bug
Hello,
@aliemir published the PR #5992 and it works. However, esbuild doesn't compile as expected. The compiler doesn't generate correctly as you write here
refine/packages/devtools-internal/src/use-query-subscription.tsx
Line 13 in 4654353
So, instead of
it generates
Steps To Reproduce
Expected behavior
The below expression
must be something similar to
Probably adding a noop function helps.
Packages
Additional Context
No response
The text was updated successfully, but these errors were encountered: