js.foresight V3.1.3
Features
- Added new
metaprop when registering an element asRecord<string, unknown>.
Example:
ForesightManager.instance.register({
element: elementRef.current,
callback: () => {},
meta: {path: "/about"} // For example store the path to the fetchable page
})js.foresight-devtools V1.0.6
- Added
metaprop to all log events and the element tab