-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
in server/src/main.js, i try to log the size of an Immutable List<BinData>.
console.log('SAVING BIIIIIIIIINS !!!', data.action.bins.length, data.action.bins.size);
I get a TS warning: server/src/main.ts(46,60): error TS2339: Property 'length' does not exist on type 'List<BinData>'.
The length outputs the correct length, while size outputs undefined...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels