Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mobxjs/mobx

Simple, scalable state management.
https://github.com/mobxjs/mobx

chore(deps): bump coverallsapp/github-action from 2.1.2 to 2.2.0

dependabot[bot] opened this pull request over 1 year ago
Error: mobx-react-lite requires React with Hooks support

pyrokasper opened this issue over 1 year ago
Merge sibling transactions deep into the call stack

shau-kote opened this issue over 1 year ago
chore(deps): bump coverallsapp/github-action from 2.1.0 to 2.1.2

dependabot[bot] opened this pull request over 1 year ago
Can I observe an `AbortController`?

nagyv opened this issue over 1 year ago
chore(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0

dependabot[bot] opened this pull request over 1 year ago
`computed` backed by an `atom` retains old value in `action`

emereum opened this issue over 1 year ago
Fix example in enabling-decorators.md

dartess opened this pull request over 1 year ago
Update understanding-reactivity.md

shum-dev opened this pull request over 1 year ago
Fix #3671: `observer` + `StrictMode`

urugator opened this pull request over 1 year ago
Next release

github-actions[bot] opened this pull request over 1 year ago
`[email protected]` observer not triggering component re-renders

johnsonsu opened this issue over 1 year ago
`useSyncExternalStore` causes Error on Hydration of SSR React Page

MikeMatrix opened this issue over 1 year ago
Next release

github-actions[bot] opened this pull request over 1 year ago
fix(mobx-react-lite): Add missing dependency

tony opened this pull request over 1 year ago
[ERROR] Could not resolve "use-sync-external-store/shim"

barbalex opened this issue over 1 year ago
Next release

github-actions[bot] opened this pull request over 1 year ago
fix: fix mobx-react-lite release issue, fixes #3662

mweststrate opened this pull request over 1 year ago
mobx-react depends on mobx-react-lite 4 which does not exists

ronag opened this issue over 1 year ago
Next release

github-actions[bot] opened this pull request over 1 year ago
chore(deps): bump coverallsapp/github-action from 1.2.4 to 2.0.0

dependabot[bot] opened this pull request almost 2 years ago
Remove deprecated features for the next major version

kubk opened this issue almost 2 years ago
fix: action transparently forwards toString of underlying function

ahoisl opened this pull request almost 2 years ago
action does not forward underlying function's toString

ahoisl opened this issue almost 2 years ago
Next release

github-actions[bot] opened this pull request almost 2 years ago
fix #3650 regression clearTimers -> clearTimes

urugator opened this pull request almost 2 years ago
"clearTimers" was renamed to "clearTimes"

honzzyk opened this issue almost 2 years ago
chore(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.4

dependabot[bot] opened this pull request almost 2 years ago
Next release

github-actions[bot] opened this pull request almost 2 years ago
Fix #3643 FinalizationRegistry support check

urugator opened this pull request almost 2 years ago
Update link to expo playground in bug.md

kubk opened this pull request almost 2 years ago
Property FinalizationRegistry doesn't exist.

lifeissummertime opened this issue almost 2 years ago
Update actions.md

shum-dev opened this pull request almost 2 years ago
Unable to build caused by solving syntax problems

fencer-yd opened this issue almost 2 years ago
chore(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0

dependabot[bot] opened this pull request almost 2 years ago
Implement 2022.3/Stage 3 Decorator Support

Matchlighter opened this pull request almost 2 years ago
Add support for WeakRefs

Matchlighter opened this pull request almost 2 years ago
Add opt-in, fully reactive props

Matchlighter opened this pull request almost 2 years ago
chore: properly use primitive types over wrappers

Andarist opened this pull request almost 2 years ago
Warning severity configuration

emereum opened this pull request almost 2 years ago
extendObservable with computed getter makes getter inaccessible

paulftw opened this issue almost 2 years ago
v6.8.0 appears in npm but not in releases

elektronik2k5 opened this issue almost 2 years ago
refactor: Object.defineProperty -> defineProperty

alexandernanberg opened this pull request almost 2 years ago
Handling FlatList re-rendering when using Mobx to store nested data objects

pratikdhody opened this issue almost 2 years ago
Fix ide typescript compatability in __tests__ dir

tonyraoul opened this pull request almost 2 years ago
feat: optimized code

Lck6de1p opened this pull request almost 2 years ago
[undecorate] fix: non-null assertion operator is removed

urugator opened this pull request almost 2 years ago
Fix typo in ESLint Readme

kubk opened this pull request almost 2 years ago
Fix #3606, Do not expose deprecated observe_ and intercept_ methods.

emereum opened this pull request almost 2 years ago
update makeObservable doc

T1mL3arn opened this pull request almost 2 years ago
Replace Circle CI with GitHub CI

kubk opened this pull request almost 2 years ago
Remove old documentation mentions

kubk opened this pull request almost 2 years ago
Next release

github-actions[bot] opened this pull request almost 2 years ago
Where is /best/pitfalls?

artalar opened this issue almost 2 years ago
Add name to WHEN_TIMEOUT error if available

evelant opened this pull request almost 2 years ago
`useObserver` registry refactor

urugator opened this pull request almost 2 years ago
Fix #3595 onBecomeObserved is not called for ObservableSet

urugator opened this pull request almost 2 years ago
onBecomeObserved is not called for ObservableSet

cpakken opened this issue almost 2 years ago
Better React 18 support

urugator opened this pull request about 2 years ago
Memory leak due to createAction function's closure

neeraj3029 opened this issue about 2 years ago
mobx-react-lite can't find the dependencies of react-dom

projectcss opened this issue about 2 years ago
Fix #3582, AbortSignal leaks @types/node

urugator opened this pull request about 2 years ago
mobx 6.7.0 leaks @types/node global typings

kris7t opened this issue about 2 years ago
Remove outdated information from mobx-react README

kubk opened this pull request about 2 years ago
Behaviour with ECMA private fields?

seivan opened this issue about 2 years ago
Property getters are lost when object is made observable

dusansmail opened this issue about 2 years ago
Make mobx-react compatible with TS 4.8+

kubk opened this pull request about 2 years ago
No error stack in reaction uncaught exception log

ArmorDarks opened this issue about 2 years ago
Next release

github-actions[bot] opened this pull request about 2 years ago
feature: abort when() using AbortSignal

deadbeef84 opened this pull request about 2 years ago
docs: Add Ukraine flag

mweststrate opened this pull request over 2 years ago
An exception is thrown when using Mobx6 and react18 in development mode

guochengcheng04 opened this issue over 2 years ago
refactor: using useRef in useLocalObservable

misaeldossantos opened this pull request over 2 years ago
Add React Native codesandbox to the issue template

kubk opened this pull request over 2 years ago
[undecorate] partial fix for #3460: @action => override

urugator opened this pull request over 2 years ago
Coveralls badges

kubk opened this pull request over 2 years ago
DisplayName not being forwarded when wrapped in

jtwigg opened this issue over 2 years ago
chore: Set permissions for GitHub actions

naveensrinivasan opened this pull request over 2 years ago
RefForwardingComponent removed in react 18

PerfectionVR opened this issue over 2 years ago