Skip to content

Commit

Permalink
update version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaskasky committed Jan 25, 2025
1 parent 0f94218 commit e56aeb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ function Component() {
}
```

<Stackblitz id="vitejs-vite-uk7p8i5q" file="src%2FApp.tsx" />

## atomEffect

`atomEffect` creates an atom for declaring side effects that react to state changes when mounted.
Expand Down Expand Up @@ -110,8 +112,6 @@ function Component() {
}
```

<CodeSandbox id="tg9xsf" />

## withAtomEffect

`withAtomEffect` binds an effect to a clone of the target atom. It activates the effect when the cloned atom is mounted.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jotai-effect",
"description": "👻🔁",
"version": "1.1.3",
"version": "1.1.4",
"type": "module",
"author": "David Maskasky",
"contributors": [
Expand Down

0 comments on commit e56aeb5

Please sign in to comment.