Handling Null Values Correctly (Challenge)

# Introduction In this challenge, we will be fixing a bug in version 2.7.0 of vue-router. The bug occurs when one of the parameters in the `query` is `null`, resulting in an error during navigation. The task is to fix this issue by modifying the `isObjectEqual` function in the `vue-router-2.7.0/src/util/route.js` file.

|60 : 00

Click the virtual machine below to start practicing