Skip to content

Support React components wrapped by 'mobx-react'#21349

Draft
asgerf wants to merge 2 commits intogithub:mainfrom
asgerf:mobx-wrapper
Draft

Support React components wrapped by 'mobx-react'#21349
asgerf wants to merge 2 commits intogithub:mainfrom
asgerf:mobx-wrapper

Conversation

@asgerf
Copy link
Contributor

@asgerf asgerf commented Feb 19, 2026

Adds support for React components that are wrapped by observer from mobx-react or mobx-react-lite, e.g:

import { observer } from "mobx-react-lite";

const TodoView = observer(({ todo }) => <div>{todo.title}</div>)

@github-actions github-actions bot added the JS label Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments