Tyler Scott Williams
Tyler Scott Williams
Looks like the last merged PR was almost a year ago. Are you still accepting PRs? Are you no longer maintaining this package? My workplace could use this quite a...
I ran `npm audit fix`, rebuilt the library, and upgraded `caniuse` and `browserlist`, as prompted by the build process.
## What does this PR do and why? WIP: converting our tests over to [bun test](https://bun.sh/docs/cli/test) ## Steps to validate locally TBD
We've run into this problem a few times, where TypeScript thinks `fail` is a Jest function, so it doesn't send an error when we're missing an import. Here's a recent...
If you have something like: ```js const DocumentModel = types.model({ id: types.identifier, text: types.string }) const DrawerModel = types.model({ id: types.identifier, documents: types.array(types.reference(types.late(() => DocumentModel))), }) ``` And you load...
This PR should close #820, and is built off the initial work done by @t49tran in #938. I'm just opening this PR to [re-implement on top of the `master` branch,...
## What does this PR do and why? Supercedes https://github.com/mobxjs/mobx-state-tree/pull/1859 because of pretty rough merge conflicts. Resolves https://github.com/mobxjs/mobx-state-tree/issues/415 by providing a dynamic object type. ## Steps to validate locally We...
**_Bug report_** - [x] I've checked documentation and searched for existing issues [and discussions](https://github.com/mobxjs/mobx-state-tree/discussions) - [x] I've made sure my project is based on the latest MST version - [...
### Describe your recipe idea Hey folks, I just published [a blog post about hiding the React Navigation tab bar component using hooks](https://coolsoftware.dev/blog/hide-tab-bar-expo-router-nested-stack/). Is this idea/content a good fit for...
[I mentioned this in Slack](https://infiniteredcommunity.slack.com/archives/C2PJLJP0W/p1675360794551119?thread_ts=1675359678.776359&cid=C2PJLJP0W): I would love to have an RSS feed where I can subscribe to new recipes and recipe changes. [It looks like Docusaurus has support for...