Closed bh90210 closed 5 years ago
I've identified the issue and got a fix. However there appears to be another related bug that needs to be fixed first. I'M ON IT! :joy:
Fixed by #245 - in develop.
~I am afraid it didn't fix it :/~ it works fine!
for future reference
replace github.com/wailsapp/wails v0.17.15-pre => /path/to/wails/
:+1:
Description
I have an issue when trying to use methods of structs in the frontend.
Let's say we have this
main.go
while serving, I try to check the methods are working via the console and I get:
this is the log of when
wails serve
startsif then I remove the second method
func (t *Testio) Testio2()
the first method works fine (see screenshots)To Reproduce Steps to reproduce the behaviour:
Expected behaviour Having all methods of a binded struct exported
Screenshots
System Details