Files
react-test/test/bundling/fixtures/node-esm/development.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
183 B
JavaScript
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
import * as ReactIs from 'react-is';
import Accordion2 from '@mui/material/Accordion';
// eslint-disable-next-line no-console
console.assert(ReactIs.isValidElementType(Accordion2));