Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ignore lambdas that dont return Unit in ContentSlotReused #377

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

mrmans0n
Copy link
Owner

Composables that don't return Unit shouldn't be counted as emitting content. contentSlots helper will filter them out now, which in turn fixes some ContentSlotReused false positives.

Fixes #376

@mrmans0n mrmans0n merged commit c34d7eb into main Nov 19, 2024
2 checks passed
Copy link
Owner Author

Merge activity

  • Nov 19, 8:29 AM EST: A user merged this pull request with Graphite.

@mrmans0n mrmans0n deleted the nacho/ignore-slots-returning-values branch November 19, 2024 13:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False Positive for ContentSlotReused
1 participant