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

Update tutorials-elasticsearch.asciidoc #1103

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

predogma
Copy link
Contributor

@predogma predogma commented Jan 9, 2025

Description

Typo line 483, facet keys need to be unique there are 2 number 4's. Changed the last one to a 5.

resulting in error as such otherwise

```react-dom.development.js:67 Warning: Encountered two children with the same key, 4. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
at div
...< truncated remaining error msg>

List of changes

change 4 > 5 for last facet in example in tutorial line 483

Typo line 483,  facet keys need to be unique there are 2 number 4's. Changed the last one to a 5.

resulting in error as such otherwise 

```react-dom.development.js:67 Warning: Encountered two children with the same key, `4`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
at div
...< truncated remaining error msg>
@predogma predogma requested a review from a team as a code owner January 9, 2025 22:15
Copy link

github-actions bot commented Jan 9, 2025

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@leemthompo leemthompo merged commit a8f0844 into elastic:main Jan 13, 2025
4 checks passed
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