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

Avoid passing props to lists and list items #2326

Merged
merged 4 commits into from Dec 21, 2023
Merged

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Dec 21, 2023

Avoid a big ugly warning that results from passing bogus props down into components that do not recognize them.

Fix #2324

picklelo
picklelo previously approved these changes Dec 21, 2023
@picklelo picklelo added the needs rebase PR must be rebased before it can be merged label Dec 21, 2023
@masenf masenf removed the needs rebase PR must be rebased before it can be merged label Dec 21, 2023
Remove test_testing (slow, network requests) since it's not a unit test and we
test the app harness more thoroughly in the other integration tests.
@picklelo picklelo merged commit 0211e9a into main Dec 21, 2023
45 checks passed
@picklelo picklelo deleted the masenf/markdown-list-props branch January 30, 2024 03:09
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.

Markdown: list_item
2 participants