raveclassic / frp-ts

Functional reactive values-over-time
MIT License
80 stars 8 forks source link

fix: lensed atom distinct changes #57

Closed Fyzu closed 2 years ago

Fyzu commented 2 years ago

Currently LensedAtom emits changes from the parent Atom

To resolve it, I'm adding distinct changes to the lense via property#combine

nx-cloud[bot] commented 2 years ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 446247ec4c99c5152c0bc5732db922a403220def. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 3 targets - [`nx affected --target=test --parallel --max-parallel=2`](https://nx.app/runs/3UpAuFygCgb) - [`nx affected --target=lint --parallel --max-parallel=3`](https://nx.app/runs/eU7dJ5Xxd16) - [`nx affected --target=build --parallel --max-parallel=3`](https://nx.app/runs/40MzLGaZY4x)

Sent with 💌 from NxCloud.

Fyzu commented 2 years ago

@raveclassic take a look