Closed bensLine closed 7 years ago
@bensLine retested your fix and it does not solve the problem. It's because elem['pokemonId']
evaluates to undefined
and as a result elem['pokemonId'] !== null
evaluates to true
(in the case of a non existing pokemonId)
@jonas-he added a check for undefined id. Should be fine now
sorry about that! thanks Aurel
Requested in #76