Matthew Lein
Matthew Lein
To avoid Cumulative Layout Shift, I would like width and height attributes set on the small img. Makes sense to me to use the existing `width` and `height` options. I...
Add an option to choose up or down direction.
Hello, I am using a custom endpoint, and I could use an option to set the debounce ms as an option, to try to reduce the load on that endpoint....
z-index is a classic issue with tooltip/modal libraries I've used. See: http://codepen.io/matthewlein/pen/zoEvpN From what I've seen, the only way to make it z-index work as intended is to append to...
Trying out any custom alignment was not so easy/flexible. The only way I could get it to work was through hard-coding the position values. I didn't spend a ton of...
Another classic—should tooltips ever open offscreen? IMO, no, thats something I want a library to take care of, and I would guess users would want that too. Inputs at the...
(moved from https://github.com/birkir/gatsby-source-prismic-graphql/issues/70, which appears to be a separate issue) 3.4.0-beta.1 (and beta.2) seem to break the static query hook. ``` TypeError: Cannot read property 'siteMetadata' of undefined ``` Which...
Hello, I have a very odd situation going on where a certain page is refetching (re-frontloading) the data after page load, but only on webkit browsers (safari and chrome). Debugging...
Upgrading to v2 and curious about how frontloadMeta.pending works. I have noticed that when nothing is returned from the useFrontload function, there is nothing in the frontloadServerRender.data. And if I'm...
Can you clarify how server rendered errors are handled? I'm trying to raise an error in the frontload to be handled in the node server render block, but I can't...