Rongjian Zhang

Results 166 comments of Rongjian Zhang

Could you please try the latest v2.2.0?

Could you please provide the URL you view?

Could you please provide the URL?

Thanks for the suggestion! We are going to upgrade to [manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-overview/). There seems to be a technical limitation to inject global variables after this upgrade, due to the CSP...

> a button to the UI which, on click, would copy a `const json` code snippet to clipboard, that could be pasted into DevTools. Perhaps the `Copy` button is the...

OK get your point. The original purpose of this extension is to port Firefox's corresponding JSON Viewer, so we are trying not to add too many extra features to keep...

Thanks for the suggestion! Since it's a port of Firefox's JSON Viewer, I guess it would be better to implement this feature in another seperated extension.

> I am also getting unexpected behaviour when trying to dynamically import. The import returns a path string instead of a React component. It seems caused by the `iconName` variable,...

@luxferresum I guess maybe another `yarn` previously installed (not the one installed to `~/.nn`) has higher priority in `PATH`. Not sure, could you give the output of `which yarn`?