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
{{ message }}
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
This issue is a:
I am using nwb latest version
I am trying to do
const newMap = new Map({'test':1})
const arr = [...newMap]
expected to be arr = ['test']
when i do build using nwb i get arr=[new MapOperator()]
Please help
The text was updated successfully, but these errors were encountered: