Skip typecheck for emoji-datasource

This commit is contained in:
Fedor Indutny 2024-08-14 16:58:01 -07:00 committed by GitHub
parent 2c0ccb2e36
commit 3914216f5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 11 deletions

View file

@ -2,9 +2,8 @@
// SPDX-License-Identifier: AGPL-3.0-only
import { useEffect, useCallback, useRef } from 'react';
import data from 'emoji-datasource';
import { createSearch } from '../components/emoji/lib';
import { data, createSearch } from '../components/emoji/lib';
import type { SearchEmojiListType } from '../components/emoji/lib';
import { drop } from '../util/drop';
import * as log from '../logging/log';