yznts / kyoto

Asynchronous frontends with Go
https://pkg.go.dev/github.com/yznts/kyoto/v3
MIT License
651 stars 28 forks source link

Sometimes component name is not defined #127

Closed yznts closed 2 years ago

yznts commented 2 years ago

Sometimes component name is not defined by helpers.ComponentName while using a receiver wrapper. Need to figure out conditions and expand this issue with more information.

yznts commented 2 years ago

As a temporary workaround, manualy set component name with core.State.Set("internal:name", "...") and use actions.RegisterWithName

yznts commented 2 years ago

Fixed with latest updates