Skip to content

icon prop - fix type to be both number and object. #1086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 30, 2020
Merged

Conversation

Inbal-Tish
Copy link
Collaborator

Description

icon prop - fix type to be both number and object.

Changelog

icon prop - fix type to be both number and object.

Comment on lines 49 to 51
*/
icon: PropTypes.number,
icon: PropTypes.oneOfType([PropTypes.object, PropTypes.number]),
/**
Copy link
Collaborator

@ethanshar ethanshar Dec 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Miki's currently working on migrating TabController to TS.
So let's remove this one so it won't create him conflicts..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When could we expect this PR's changes to be merged?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe next version (in two weeks or so..)

@Inbal-Tish Inbal-Tish requested a review from ethanshar December 28, 2020 10:28
@ethanshar ethanshar merged commit 4fb1dbd into master Dec 30, 2020
@Inbal-Tish Inbal-Tish deleted the fix/icon_type branch January 3, 2021 11:11
M-i-k-e-l added a commit that referenced this pull request Jan 3, 2021
…-logic

* master:
  Fix lint error
  cleanup eslintrc file
  Infra/useDidUpdate (#1112)
  Support UI presets for Incubator.TextField and set a 'default' preset (#1111)
  Fix lint issues
  fix radioButton lint errors and generate types
  Fix/imageSource deprecation (#1115)
  Typescript/tab controller move to function component (#1098)
  Feat/radio button customize styling (#1092)
  bug fixes for TabBar refactor (#1106)
  Update ios target to 11
  prettify file
  Fix icon size in badges example screen (#1104)
  icon prop - fix type to be both number and object. (#1086)
  enable eslint on both ts and js files (#1101)
  fix eslint (#1107)

# Conflicts:
#	demo/src/screens/componentScreens/FaderScreen.tsx
#	src/components/fader/index.tsx
#	src/components/tabController/FadedScrollView.tsx
#	src/components/tabController/TabBar.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants