Skip to content

Commit

Permalink
Update contributing-components.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbuis committed Dec 11, 2024
1 parent 847a7d2 commit 05f2f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/stories/contributing/contributing-components.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ In these situations, one possible approach is to "soft-deprecate" a given legacy
2. Updating all places in Gutenberg that use that API.
3. Adding deprecation warnings (only after the previous point is completed).

When adding new components or new props to existing components, consider creating a private or experimental version until the changes are stable enough to be exposed publicly.
When adding new components or new props to existing components, consider creating a private or experimental version until the changes are stable enough to expose publicly.

Learn more:
- [How to preserve backward compatibility for a React Component](https://developer.wordpress.org/block-editor/contributors/code/backward-compatibility/#how-to-preserve-backward-compatibility-for-a-react-component)
Expand Down

0 comments on commit 05f2f75

Please sign in to comment.