Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mobxjs/mobx
/ mobx-react.js
File
mobx-react.js
docs/assets/getting-started-assets/javascripts/mobx-react.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
;(
function
() {
2
function
mrFactory(mobx, React, ReactDOM) {
3
if
(!mobx) throw
new
Error(
"mobx-react requires the MobX package"
)
4
if
(!React) throw
new
Error(
"mobx-react requires React to be available"
)
Callers
nothing calls this directly
Calls
2
define
Function · 0.85
mrFactory
Function · 0.85
Tested by
no test coverage detected