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
# Wails
Version | v2.10.1
# System
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
| OS | MacOS || Version | 14.6.1 || ID | 23G93 || Go Version | go1.23.6 || Platform | darwin || Architecture | arm64 || CPU 1 | Apple M1 Pro || CPU 2 | Apple M1 Pro || GPU | Chipset Model: Apple M1 Pro Type: GPU Bus: Built-In Total Number of Cores: 16 Vendor: Apple (0x106b) Metal Support: Metal 3 || Memory | 16GB |
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
# Dependencies
┌─────────────────────────────────────────────────────────────────────┐
| Dependency | Package Name | Status | Version || Xcode command line tools | N/A | Installed | 2408 || Nodejs | N/A | Installed | 22.13.0 || npm | N/A | Installed | 11.0.0 ||*Xcode | N/A | Installed | 16.1 (16B40) ||*upx | N/A | Available |||*nsis | N/A | Available ||||
└────────────────────── * - Optional Dependency ──────────────────────┘
# Diagnosis
Optional package(s) installation details:
- upx : Available at https://upx.github.io/
- nsis : More info at https://wails.io/docs/guides/windows-installer/
SUCCESS Your system is ready for Wails development!
Additional context
No response
The text was updated successfully, but these errors were encountered:
I've fixed this locally by changing the renderer to use the Array<type> primitive instead of the postfix []. Happened to me as well under same scenario, it's working now. Looks to be a slight regression from this work: #3978
If you want to assign this to me I can take the ticket
Description
After upgrading from v2.9.2 to v2.10.1 my project broke due to TypeScript error so I had to roll back.
TS1011: An element access expression should take an argument
To Reproduce
Here the test app code to reproduce:
The problem is in
map[string][]Bar
Expected behaviour
Succesful build
Screenshots
Attempted Fixes
No response
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: