Derrick Reimer

Results 23 comments of Derrick Reimer

We are now using an updater function internally with `setData`, so consecutive calls to set data should work as expected when the next release is cut (#1859)

I'm attempting to reproduce -- do you happen to have OS/browser versions where you observed this behavior?

Pardon my ignorance 😅 is "middle click" a different action than Command+Click (on macOS)?

Very interesting! It looks like there's a long standing WebKit bug that causes `onclick` to fire for aux clicks :( https://bugs.webkit.org/show_bug.cgi?id=22382. I don't believe there's technically a way to differentiate...

Closing this one since it's not actionable on our part. If Safari fixes the bug, this one _should_ heal itself.

Ohh I may have spoken too soon! It appears there's a `button` prop on `MouseEvent` that we could theoretically key off of in the intercept logic: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/button#value (I haven't confirmed...

Good recommendations here for sharing/accessing params. Closing this issue for now, since this lives in the Ideas discussions: https://github.com/inertiajs/inertia/discussions/1768

I'm having trouble reproducing the title tag issue with persistent layouts. Feel free to re-raise this though (with a demo to replicate) if it comes up again!

I've been looking into this one and believe I arrived at the crux of the confusion. The `transform` function is designed to be called **in the body of the component**,...

Hey @subvertallchris! Great question here. We actually do something similar in our application by basically swapping the site ID before executing a `trackPageview` call. You can use the [`setSiteId`](https://github.com/derrickreimer/fathom-client?tab=readme-ov-file#setsiteid-string) function...