Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Fixing importing array into a storable Map

Compare
Choose a tag to compare
@jarredwsimmer jarredwsimmer released this 19 Nov 18:48
· 273 commits to master since this release
b7dad87

Importing an array of string numeric keys in a hacklang Map converts the keys into an integer. This throws a failed to import exception as we expect StorableMap to be string keys only. This enforces that all StorableMap keys are strings only.