Translate 'Unknown Prop' warning page#97
Merged
jakubdrozdek merged 4 commits intoreactjs:masterfrom Jun 12, 2019
Merged
Conversation
94 tasks
|
Deploy preview for pl-reactjs ready! Built with commit dcd0d04 |
2c0bafb to
9d6429b
Compare
cvqprs
approved these changes
Jun 5, 2019
g12i
reviewed
Jun 7, 2019
| permalink: warnings/unknown-prop.html | ||
| --- | ||
| The unknown-prop warning will fire if you attempt to render a DOM element with a prop that is not recognized by React as a legal DOM attribute/property. You should ensure that your DOM elements do not have spurious props floating around. | ||
| Ostrzeżenie o nieznanej właściwości (ang. *unknown prop*) pojawi się, gdy spróbujesz wyrenderować element DOM z właściwością, której React nie rozpoznaje jako poprawną dla DOM. Upewnij się, że twoje komponenty nie przekazują do elementów DOM żadnych własnych atrybutów. |
Contributor
There was a problem hiding this comment.
Hmm, a nie tak?
Suggested change
| Ostrzeżenie o nieznanej właściwości (ang. *unknown prop*) pojawi się, gdy spróbujesz wyrenderować element DOM z właściwością, której React nie rozpoznaje jako poprawną dla DOM. Upewnij się, że twoje komponenty nie przekazują do elementów DOM żadnych własnych atrybutów. | |
| Ostrzeżenie o nieznanej właściwości (ang. *unknown prop*) pojawi się, gdy spróbujesz wyrenderować element DOM z właściwością, której React nie rozpoznaje jako poprawnej dla DOM. Upewnij się, że twoje komponenty nie przekazują do elementów DOM żadnych własnych atrybutów. |
Member
Author
There was a problem hiding this comment.
Nie wydaje mi się, żeby Twoja wersja była poprawna... Ale może się mylę? 😉 Co myśli reszta?
Member
There was a problem hiding this comment.
Mi oba pasują ale chyba zostałbym przy poprawną.
Co-Authored-By: Piotr Szymanski <cvqprs@gmail.com>
Co-Authored-By: Piotr Szymanski <cvqprs@gmail.com>
Co-Authored-By: Piotr Szymanski <cvqprs@gmail.com>
Member
Author
|
@g12i Poproszę o approve :-) |
bartlomiejzuber
approved these changes
Jun 12, 2019
| permalink: warnings/unknown-prop.html | ||
| --- | ||
| The unknown-prop warning will fire if you attempt to render a DOM element with a prop that is not recognized by React as a legal DOM attribute/property. You should ensure that your DOM elements do not have spurious props floating around. | ||
| Ostrzeżenie o nieznanej właściwości (ang. *unknown prop*) pojawi się, gdy spróbujesz wyrenderować element DOM z właściwością, której React nie rozpoznaje jako poprawną dla DOM. Upewnij się, że twoje komponenty nie przekazują do elementów DOM żadnych własnych atrybutów. |
Member
There was a problem hiding this comment.
Mi oba pasują ale chyba zostałbym przy poprawną.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.