Merge pull request #10034 from owncloud/fix/react-eslint-mounted-errors
fix: eslint react errors when building idp service
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||||
|
/* eslint-disable react/no-is-mounted */
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||||
|
/* eslint-disable react/no-is-mounted */
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||||
|
/* eslint-disable react/no-is-mounted */
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||||
|
/* eslint-disable react/no-is-mounted */
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||||
|
/* eslint-disable react/no-is-mounted */
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
|
|||||||
Reference in New Issue
Block a user