We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055ebf9 commit 0a42ad2Copy full SHA for 0a42ad2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.1.2
2
+
3
+- Update global config name.
4
5
# v0.1.1
6
7
- Add export.
index.js
@@ -130,7 +130,7 @@ function getElWithSourceCodeLocation(el) {
130
}
131
132
function getUrlByConfig(sourceCodeLocationStr) {
133
- const config = window.__CLICK_TO_COMPONENT_BROWSER_EXTENSION_CONFIG__;
+ const config = window.__CLICK_TO_COMPONENT_CONFIG__;
134
const configReplacements = config?.replacements;
135
136
if (Array.isArray(configReplacements)) {
0 commit comments