https://move-book.com/guides/2024-migration-guide.html#borrowing-operator I am currently encountering this IDE error: `Indexing receiver type should be vector or resource, got '&mut Table<address, u64>`. However, the project builds successfully.
https://move-book.com/guides/2024-migration-guide.html#borrowing-operator
I am currently encountering this IDE error:
Indexing receiver type should be vector or resource, got '&mut Table<address, u64>.However, the project builds successfully.