mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
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 PropTypes from 'prop-types';
|
||||
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 PropTypes from 'prop-types';
|
||||
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 PropTypes from 'prop-types';
|
||||
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 PropTypes from 'prop-types';
|
||||
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 PropTypes from 'prop-types';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
Reference in New Issue
Block a user