Mike Osterhout
Mike Osterhout
I ended up with a layout provider like this: ``` return new LayoutProvider( (index) => { const data = postsDataProvider.getDataForIndex(index); return `${data.width}x${data.height}`; }, (type, dim) => { const [width, height]...
My layout is non-deterministic so I am using `forceNonDeterministicRendering`. I would like my rows to render at 100% width and from my research, it looks like `getStyleOverridesForIndex` is the way...
**The problem** The Image component reloads on each rerender. **How to reproduce** https://codesandbox.io/s/happy-mountain-i2eol?file=/src/App.js Steps to reproduce: 1. Add the Image tag to your component 2. Add the onLoad property to...
### Is this feature request related to a new or existing Amplify category? auth, storage, function, api, predictions, xr ### Is this related to another service? _No response_ ### Describe...
**Describe the bug** I am running pgtyped in SQL mode and noticing extra files unrelated to the `include` config is being parsed. **Expected behavior** Only files within the `srcDir` that...
### What is the problem? ``` Error: An error occurred (InvalidArgument) when calling the PutBucketNotificationConfiguration operation: Unable to validate the following destination configurations. See the details in CloudWatch Log Stream:...