Skip to content

A couple bug fixes for loose equality operators

Patrick Harvey requested to merge patrick/equality-bug-fixes into patrick/develop

These are a few different bug fixes found that were caused by linting.

Some things to avoid are equality checks with == loose equality operators in TS.

Merge request reports