Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ emitChange
Function
emitChange
examples/00 Chessboard/Tutorial App/Game.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
let
observer = null;
3
4
function
emitChange() {
5
observer(knightPosition);
6
}
7
8
export
function
observe(o) {
9
if
(observer) {
Callers
2
observe
Function · 0.85
moveKnight
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected