Skip to content

fix: If a big map uses `Option` values then it is not possible to distinguish `None` value of `Option` from removal of an entry. So it would be better to use `undefined` for a removal.

Closes #173 (closed)

Merge request reports