Luuk

Results 19 comments of Luuk

Explanation: https://github.com/nvkelso/natural-earth-vector/issues/268#issuecomment-778832542. As an alternative, you could consider using the `ISO_A2_EH` and `ISO_A3_EH` fields.

Thanks for the suggestion! I'll consider it for `v3.0`. For now, you can wrap a `div` around the burger and apply some negative margin styles to that element.

Update about v3.0: [Looking for new owner](https://github.com/luukdv/hamburger-react/issues/64)

Thanks for reporting. I indeed decided not to turn this off by default since it's expected on click, but I agree it would be helpful to make it more easy...

No ETA yet! Working on it in the `v3` branch whenever I can, but I've been short on time. I'll let you know when it's ready to test.

Update about v3.0: [Looking for new owner](https://github.com/luukdv/hamburger-react/issues/64)

@ijjk As noted [here](https://github.com/vercel/next.js/issues/40549#issuecomment-1293416213), this issue still exists using Next.js 13. Can this please be reopened?

The reproduction steps outlined [here](https://github.com/vercel/next.js/issues/40549#issue-1372869488) still apply with Next.js 13.4 for example.

> If the order matters I guess the only possible solution at the moment would be to somehow wait for previous tracking request before sending new ones. That's not currently...