fix: ignore TS errors to speed up the TS compiling.

This commit is contained in:
a.bouhuolia
2022-09-19 21:16:02 +02:00
parent 2ae720821e
commit 84a903361e
2215 changed files with 2202 additions and 91 deletions

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import moment from 'moment';
import intl from 'react-intl-universal';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import AuthCopyright from './AuthCopyright';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { useParams } from 'react-router-dom';
import InviteAcceptForm from './InviteAcceptForm';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import { Formik } from 'formik';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import { Button, InputGroup, Intent, FormGroup } from '@blueprintjs/core';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { createContext, useContext } from 'react';
import { useInviteMetaByToken, useAuthInviteAccept } from '@/hooks/query';
import { InviteAcceptLoading } from './components';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { Link } from 'react-router-dom';
import { Formik } from 'formik';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import {
Button,

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { useMemo } from 'react';
import intl from 'react-intl-universal';
import { Formik } from 'formik';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import {

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { useMemo } from 'react';
import intl from 'react-intl-universal';
import { Formik } from 'formik';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { Button, InputGroup, Intent, FormGroup } from '@blueprintjs/core';
import { Form, ErrorMessage, FastField } from 'formik';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { useMemo } from 'react';
import intl from 'react-intl-universal';
import { Formik } from 'formik';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { Button, InputGroup, Intent, FormGroup } from '@blueprintjs/core';
import { Form, ErrorMessage, FastField } from 'formik';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import ContentLoader from 'react-content-loader';
import { If, Icon, FormattedMessage as T } from '@/components';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import * as Yup from 'yup';
import intl from 'react-intl-universal';
import { Intent } from '@blueprintjs/core';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import { isAuthenticated } from '@/store/authentication/authentication.reducer';
import { connect } from 'react-redux';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import { connect } from 'react-redux';
const mapDispatchToProps = (dispatch) => ({