mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
chore(deps): fast-deep-equal -> react-fast-compare
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { memo } from "react";
|
||||
import equal from "fast-deep-equal";
|
||||
import equal from "react-fast-compare";
|
||||
|
||||
type Props = {
|
||||
list: React.ReactNode[];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { memo } from "react";
|
||||
import equal from "fast-deep-equal";
|
||||
import equal from "react-fast-compare";
|
||||
|
||||
type Props = {
|
||||
list: React.ReactNode[];
|
||||
|
||||
Reference in New Issue
Block a user