Skip to content

PageStack: Replace == equality with === strict equality

ivan tkachenko requested to merge work/ratijas/pagestack-eq into master

Equality check here are mostly used for enum values, integers, strings and !== null checks, so it should be safe to replace them in batch.

Merge request reports