Alastair Taft

Results 5 issues of Alastair Taft

Else the `scrollable.scrollHeight` will always be the same as the `viewport.clientHeight` which causes the max scroll Y position to always be `0` (the top of the page).

CLA Signed

It looks to me as if `createElement` [is overridden](https://github.com/ryanflorence/async-props/blob/master/modules/AsyncProps.js#L183). What if I wanted to pass down some extra props to all components on the client side? Is there a way...

### Operating System MacOS 14.2 (23C64) ### Browser Version Chrome 122.0.6261.112 ### Firebase SDK Version 10.8.1 ### Firebase SDK Product: Database ### Describe your project's tooling Node CommonJS server. ###...

api: database
question
needs-attention

I have an issue where there is an unhandled promise rejection throwing, but I have an error handler on this scenario, it looks something like this ```js const Display =...