TheSisb

Results 26 comments of TheSisb

Hey @andreasonny83, thanks for taking this initiative! Heads up, our `@twilio-paste/uid-library` [may fail in React 18](https://github.com/thearnica/react-uid#readme): ![image](https://user-images.githubusercontent.com/1592327/191326440-2c260e78-6a19-4465-990d-83c5a3f1d71b.png) The good news is that we wrap `react-uid` in our own `uid-library` package,...

We need to upgrade our underlying Modal library for React 18 support https://github.com/reach/reach-ui/issues/972

Ignore the dangerjs check. I fix it in another PR to not worry about the root package.json file.

A couple tricks I used to get around this issue for different use cases are: 1- Using a ListView header `renderHeader={() => this.props.header}` 2- Pressing an Edit button would change...

For case 1 (header), I do it in my fork here: https://github.com/hammerandchisel/react-native-sortable-listview/blob/master/index.js For case 2 - I don't think it's the responsibility of this lib to handle. The user's app...

sidebar cypres tests all failing now that cypres is running again. guess its finally detecting that we changed the sidebar lol

+1. Could really use the upgrade.

@mxstbr I don't see it.

Which folder did you run `yarn convert` in? The error is saying the command isn't found, but `convert` is a valid script in the package.json file. Did you `cd` into...