We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2afd6 commit 256b0f2Copy full SHA for 256b0f2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coin-mirror/react-lazy-image",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"private": false,
5
"description": "Simple react component to lazy-load images when they are visible. With support for blurhash.",
6
"exports": "./dist/index.js",
src/index.tsx
@@ -1,3 +1,5 @@
+"use client";
+
import {
type MouseEventHandler,
useEffect,
0 commit comments