Skip to content

Commit

Permalink
Merge pull request #10034 from owncloud/fix/react-eslint-mounted-errors
Browse files Browse the repository at this point in the history
fix: eslint react errors when building idp service
  • Loading branch information
JammingBen authored Sep 12, 2024
2 parents f19a149 + 6ec48c4 commit 2a911a0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/idp/src/components/Loading.jsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 2 additions & 0 deletions services/idp/src/containers/Goodbye/Goodbyescreen.jsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 2 additions & 0 deletions services/idp/src/containers/Login/Chooseaccount.jsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 2 additions & 0 deletions services/idp/src/containers/Login/Consent.jsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 2 additions & 0 deletions services/idp/src/containers/Welcome/Welcomescreen.jsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 2a911a0

Please sign in to comment.