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
I am using nextjs + resium in both latest versions. I found change event is not triggered sometimes, so I cannot display current lon/lat and height to users.
When I am editing code, the onChange is triggered. But after I reload the page, it's not triggered. I guess the function is only registered during HMR.
I've written a demo in vite. Please help, thanks a lot.
I am using nextjs + resium in both latest versions. I found change event is not triggered sometimes, so I cannot display current lon/lat and height to users.
When I am editing code, the onChange is triggered. But after I reload the page, it's not triggered. I guess the function is only registered during HMR.
I've written a demo in vite. Please help, thanks a lot.
Demo: https://codesandbox.io/p/devbox/83ky2j
The text was updated successfully, but these errors were encountered: