Skip to content

Commit

Permalink
build(deps-dev): bump eslint-plugin-react from 7.20.6 to 7.31.10 (#2537)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump eslint-plugin-react from 7.20.6 to 7.31.10

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.20.6 to 7.31.10.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.20.6...v7.31.10)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix lint - missing prop.children type

* Add js doc

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krystof Woldrich <krystofwoldrich@gmail.com>
Co-authored-by: Kryštof Woldřich <31292499+krystofwoldrich@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 13, 2022
1 parent 9062c11 commit a6895bf
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 99 deletions.
4 changes: 4 additions & 0 deletions src/js/touchevents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export type TouchEventBoundaryProps = {
* @deprecated
*/
ignoredDisplayNames?: Array<string | RegExp>;
/**
* React Node wrapped by TouchEventBoundary.
*/
children?: React.ReactNode;
};

const touchEventStyles = StyleSheet.create({
Expand Down
Loading

0 comments on commit a6895bf

Please sign in to comment.