-
|
When I was building an interface using Wails + React, I encountered a very confusing problem: after creating a new project with hope this will be of help to you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for taking the time to write this up! 🙏 Does making those changes prevent |
Beta Was this translation helpful? Give feedback.
wails/v2/internal/frontend/runtime/runtime_debug_desktop.jsfile 248:window.go = {};wails/v2/internal/binding/generate.gofile 84:jsoutput.WriteString(fmt.Sprintf(" return window['go']['%s']['%s']['%s'](%s);", packageName, structName, methodName, argsString))