haxxxton

Results 11 issues of haxxxton

Currently VirtualList attaches to the ['resize' event on the supplied container option](https://github.com/developerdizzle/react-virtual-list/blob/master/lib/VirtualList.js#L107). This is fine when `window` is supplied as the container, but will not fire when an alternate element...

[Enhancement] So that a developer could trigger subsequent functions once the cache has been cleared. It would be great to have a way to hook into a successful clear. Perhaps...

Current calculation of font size appears to use `(parent[0].offsetWidth - 6)` as the detector of parent width. However, if the parent element has the following CSS applied: ``` -webkit-box-sizing: border-box;...

I have a scenario where i have nested selection options within collapsible regions of the Downshift menu. To facilitate full keyboard control of this component, i have created an index...

Currently react-portal appends subsequent portal'ed content into the same element. This means that you can 'portal' multiple elements at once. However, occasionally you want to manage this such that only...

I was struggling to figure out why when toggling between child and parent states the breadcrumbs werent updating (they would stay as the page rendered them if deep linking into...

Would be really handy to either see an example, or have some documentation around how to call the `refresh()` function on the ParallaxProvider

Some older email clients only resepect background image urls if the url is quoted (ie. `background-image: url(./foo.jpg)` will not work, but `background-image: url("./foo.jpg")` will). When using quoted urls in provided...

Type: Bug
Package: @react-email/render
Help needed

When performing a `email export`, the output file appears to replace htmlentities with their rendered equivalent rather than leave them as htmlentities. Steps to reproduce: - add ` ` or `’`...

Type: Bug
Package: @react-email/render
Help needed

**Describe the bug** Importing Battlescribe file for Khorne bloodebound, produces warnings for 'Gorechosen has been removed in AoS v3.0' and 'We couldnt find "The Goretide"' **To Reproduce** Steps to reproduce...

bug