Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/visgl/react-map-gl
/ forceUpdate
Function
forceUpdate
modules/react-mapbox/src/components/layer.ts:94–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
useEffect(() => {
93
if
(map) {
94
const
forceUpdate = () => setStyleLoaded(version => version + 1);
95
map.on(
'styledata'
, forceUpdate);
96
forceUpdate();
97
Callers
1
Layer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…