I have multiple snapshots error on the test suite, but can open one snapshot error only. When I clicked for the rest of the snapshot error it unable to click.

plugin/index.js
//cypress-plugin-snapshots
const { initPlugin } = require('cypress-plugin-snapshots/plugin');
module.exports = (on, config) => {
initPlugin(on, config);
return config;
};
Each test case I have write as per below
cy.get("#root").toMatchImageSnapshot({imageConfig: { threshold: 0 },});