mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore: strict eslint check (#1084)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { Component, ErrorInfo } from 'react';
|
||||
import { MigrationError } from '@blocksuite/global/error';
|
||||
import React, { Component, ErrorInfo } from 'react';
|
||||
|
||||
export type BlockSuiteErrorBoundaryProps = React.PropsWithChildren;
|
||||
|
||||
@@ -43,6 +43,7 @@ export class BlockSuiteErrorBoundary extends Component<
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://github.com/toeverything/blocksuite/issues"
|
||||
rel="noreferrer"
|
||||
>
|
||||
BlockSuite Github Issue
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user