Jörn Röder

Results 64 comments of Jörn Röder

After taking a look at the code I think I see the issue, let me explain in more detail: I'm using the dynamic approach where`` are registering themselves via [`registerRef`](https://github.com/EmaSuriano/react-scroll-section/blob/master/src/Section.tsx#L12)...

@EmaSuriano did you find some time to look into this?

I have the same issue,, created a fresh gatsby 5 project and copied over the (gatsby-)configuration of the dato instance. The config has the `instancePrefix` set and removing it fixes...

running into the same issue as my header `height` changes between breakpoints. registering event listeners and debouncing `this._setHeightOffset()` should do it. https://github.com/vuejs/vue/issues/1915#issuecomment-280014651 https://medium.com/vuejs-tips/tiny-debounce-for-vue-js-cea7a1513728

"Slide in top" seems to be opinionated about the positioning. how would that behavior change in case the Tooltip is rendered above the element? Should the motion also flip to...

@kangaechigai shot in the dark but can't you use someting like the following to pass those props along? ```jsx {React.cloneElement(children { isFlippedVertically, isFlippedHorizontally })} ```

just started a new repo to reproduce this. i'll look into this soonish again but already noticed that i did not unsmooth the component before destroy via `this.unsmoothReflow`. after pulling...

same here. tsc works but tsdx not. --transpileOnly fixed it for me

`.toPng` was renamed to `toPNG` in electron v2. 😖 https://electronjs.org/docs/api/native-image#imagetopngoptions

the readme says there is cors support but there isn't. any updates on this?