Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jfmengels
Copy link

A few functions were referencing Selector in their arguments, but they were pointing to the one in Internal rather than the one that is publicly exposed.
This make it harder to find where Selectors are, and I can imagine that this makes adding type annotations through an IDE create an invalid type annotation (because it would reference something that wasn't exposed).

This was reported by the NoMissingTypeExpose elm-review rule.

@Janiczek
Copy link
Collaborator

Thank you @jfmengels!

@jfmengels jfmengels deleted the fix-expose branch October 11, 2022 20:30
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.

2 participants