: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
import { render, cleanup } from '@testing-library/react';
import { DisplayModal } from '..';
describe( 'submissions-display-modal', () => {
const closeComp = jest.fn();
const setModalOpen = jest.fn();
it( 'Matches snapshot', () => {
const { container } = render(
title="Cancel Bulk Export?"
expect( container ).toMatchSnapshot();