You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15
Screenshot
What did you do?
Just visited the page.
What did you expect to see?
I expected to see package-level functions like Attr and Map (under Node) and El (under NodeFunc) listed as separate functions for the package. I would expect the functions with the receivers to be shown as methods, and the other functions shown under package-level functions.
What did you see instead?
The functions are grouped with the methods of the types, even though they are not methods themselves, but just return the type.
The text was updated successfully, but these errors were encountered:
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/maragudk/gomponents
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15
Screenshot
What did you do?
Just visited the page.
What did you expect to see?
I expected to see package-level functions like
Attr
andMap
(underNode
) andEl
(underNodeFunc
) listed as separate functions for the package. I would expect the functions with the receivers to be shown as methods, and the other functions shown under package-level functions.What did you see instead?
The functions are grouped with the methods of the types, even though they are not methods themselves, but just return the type.
The text was updated successfully, but these errors were encountered: