Replies: 2 comments 2 replies
|
That line isn't an error — it's the binding generator telling you it has no dedicated TypeScript model for The reason is At runtime a lastNoteDated?: string;and parse it with |
|
Nothing is broken — that message is a debug Why you get
|
Uh oh!
There was an error while loading. Please reload this page.
Hi I have a question. After I upgraded wails from
v2.8.1tov2.13.0and then run the commandwails generate moduleI receive the following warnings in the terminal:Please note
Not found: time.Timeat the end.I have the following example of the go struct:
And the TS result is:
I have found there was a change to use
Dateinstead ofanybut I see that is not working. Is there anything else needs to be configured, or maybe it's not an issue? But so far it would be nice to haveDateinstead ofany.Thank you.
wails doctorWails
┌───────────────────┐
| Version | v2.13.0 |
└───────────────────┘
System
┌───────────────────────────────────────────────────────────────────────┐
| OS | Windows 10 Home |
| Version | 2009 (Build: 26100) |
| ID | 24H2 |
| Branding | Windows 11 Home |
| Go Version | go1.26.5 |
| Platform | windows |
| Architecture | amd64 |
| CPU | Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz |
| GPU | NVIDIA GeForce GT 1030 (NVIDIA) - Driver: 32.0.15.6094 |
| Memory | 24GB |
└───────────────────────────────────────────────────────────────────────┘
Dependencies
┌───────────────────────────────────────────────────────┐
| Dependency | Package Name | Status | Version |
| WebView2 | N/A | Installed | 147.0.3912.72 |
| Nodejs | N/A | Installed | 24.18.0 |
| npm | N/A | Installed | 11.18.0 |
| *upx | N/A | Available | |
| *nsis | N/A | Available | |
| |
└─────────────── * - Optional Dependency ───────────────┘
Diagnosis
Optional package(s) installation details:
SUCCESS Your system is ready for Wails development!
All reactions