Josh Rosenstein

Results 7 issues of Josh Rosenstein

Move `StyledReactPanZoom` outside of render otherwise a new component is recreated on every render. ```ts const StyledReactPanZoom = styled(ReactPanZoom)` ${Container}; `; export default class ReactPanZoomDemo extends React.PureComponent { ```

### My Environment - [ ] Windows 7 or below (not truly supported due to EOL - see wiki for details) - [ ] Windows 8 - [ ] Windows...

enhancement request

After realizing i couldn't use some components without having them wrapped in OperationalUI and then reading over [useOperationalContext Feature](https://github.com/contiamo/operational-ui/pull/911), Whenever you choose to refactor some of the components like (Button,...

TSLint will be depreciated. see [palantir/tslint](https://github.com/palantir/tslint/issues/4534)

### Issue description First of all, I'd like to say thank you for addressing #95 with the latest release. Since then I have been running a bulk upsert process for...

bug

Fix "Admins" confusion (to match graphql @aws_cognito_user_pools) Fix Add group image.

If the final key of a token path starts with a symbol, the resulting variable returns a extra dash. This causes inconsistent css variable naming conventions when tokens have different...