nextjs-breadcrumbs icon indicating copy to clipboard operation
nextjs-breadcrumbs copied to clipboard

Simplified breadcrumb state updating

Open brunohpaiva opened this issue 2 years ago • 1 comments

Replaced useState/useEffect with useMemo, reducing the package size.

brunohpaiva avatar Aug 19 '21 13:08 brunohpaiva

.replaceAll stops working using useMemo for some reason, throwing an error, while using useState and useEffect is alright.

blueambr avatar Oct 25 '21 13:10 blueambr