AaronMcCloskey

Results 11 issues of AaronMcCloskey

I'm trying to access 2 different stores in a single component, but worry that perhaps the architecture of my app may need to change as `easy-peasy` may not have this...

I have a `react-virtualised` `InfiniteLoader` consisting of single rows. The main issue I believe, is that each cell can vary in height and have to load in different images for...

## Bug Report [CodeSandBox Example](https://codesandbox.io/s/infinite-scroll-with-grid-react-redux-forked-zfgt1?file=/src/styles.css) [CodeSandBox FullScreen](https://zfgt1.csb.app/) ### What is the current behavior? I am using the `Grid` component inside a `ColumnSizer` with `AutoSizer` and `WindowScroller` inside of an `InfiniteLoader`...

**react-dates version** [email protected] **Describe the bug** Setting a `maxdate` or `minDate` on `DateRangePicker` with a `renderMonthElement` component the `month` value will sometimes be off which seems to potentially be the...

**Describe the bug (including copyable syntax)** Getting the following error from `ts-styled-plugin` on the 2nd line ``` @media screen and (max-width: ${({ theme }) => theme.DynamicTheme.mobXLargeMax - 20}px) { ```...

bug

## Issue Description My project has 2 seperate connection datasources. One is to a readonly `mysql` database, the other is a `postgres` database. Everything on the `mysql` database works fine....

bug
requires triage

**react-dates version** [email protected] **Describe the bug** In my component, the `startDate` & `endDate` props are powered by a select's value in a form. When a new option is selected the...

### Current behavior Attempting to log in to my application via google. When the page loads, `window.Cypress` has the expected value. But after I get redirected back to my application...

type: bug
stage: ready for work
existing workaround
topic: cy.origin
prevent-stale

When running the following script ``` "typegen": "t4s -o ./src/types -r load-strapi --prettier .prettierrc" ``` It outputs the following file in `src/types/builtins/Media.ts` ``` import { IMediaFormat } from './MediaFormat'; import...

I know you can use `$containsi` but it doesn't really achieve what I want. Let's use this example ## schema.json ``` "page": { "type": "customField", "options": ["My Account:my-account", "Account:account", "Account...