@riboseinc/anafero-cli 0.0.69 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bootstrap.js +3 -0
- package/bootstrap.js.map +2 -2
- package/package.json +1 -1
package/bootstrap.js
CHANGED
|
@@ -111096,6 +111096,9 @@ ${JSON.stringify(keyString)}: ${valueCursor}`;
|
|
|
111096
111096
|
console.error("Unable to reverse resource URI for path", path);
|
|
111097
111097
|
throw new Error("Unable to reverse resource URI for path");
|
|
111098
111098
|
}
|
|
111099
|
+
if (getContainingPageResourceURI(resourceURI) === resourceURI) {
|
|
111100
|
+
setQueuedFragment("NONE");
|
|
111101
|
+
}
|
|
111099
111102
|
console.debug("Navigating & activating resource via router", resourceURI);
|
|
111100
111103
|
dispatch({ type: "activated_resource", uri: resourceURI, pageURI: getContainingPageResourceURI(resourceURI) });
|
|
111101
111104
|
}, [reverseResource, jumpTo, getContainingPageResourceURI]);
|