This is an edge case, and we could not find what was causing it based on what was provided on the support ticket.
The only way to replicate it was to unset the array key. This should not happen in normal operations.
Logic has been added to ensure that the array key will always exist on render.
Fixes #194
Testing
This is an edge case, and we could not find what was causing it based on what was provided on the support ticket. The only way to replicate it was to unset the array key. This should not happen in normal operations.
Logic has been added to ensure that the array key will always exist on render.