Skip to content
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

Get rid of spread operator for prop key #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JimTeva
Copy link

@JimTeva JimTeva commented Sep 28, 2024

key is a special prop in React that's used for reconciliation. React recommends handling it separately from other props.
Generates errors in react-native v75.3 if not handled properly.

key is a special prop in React that's used for reconciliation. React recommends handling it separately from other props.
@charlestbell
Copy link

+1

1 similar comment
@OmarSaidIbrahim
Copy link

+1

@deelo55
Copy link

deelo55 commented Nov 22, 2024

I've forked and published the fix here:
https://www.npmjs.com/package/@deelo55/react-native-indicators

@Akatroj
Copy link

Akatroj commented Dec 3, 2024

@JimTeva your MR fixes the issue only for BallIndicator component, here is my patch for every indicator type: #43 (comment)

@celleb
Copy link

celleb commented Jan 6, 2025

This seems like an abandoned project, last release was 5 years ago. Anyone planning on creating a new fork that will keep up with RN/react?

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.

6 participants