Roy Liao
Roy Liao
My project is Vue 2.x. I am using `@babel/plugin-proposal-optional-chaining` and I have a line of code in my component.vue file that uses "?" ``` this.$refs.refreshBtn?.$el.addEventListener("animationend", _ => { ... });...
Follow this doc: https://doc.tryethernal.com/getting-started/quickstart After run ` npm install ethernal -g` And then I execute `ethernal login` and I got the error 
先说我其实是使用这个模版https://github.com/lxieyang/chrome-extension-boilerplate-react 但看到你在官网有发问怎么激活react-devtools https://github.com/facebook/react/issues/24844 你说你有加react-devtools在每个entry前了,但是不工作,后来你又发了一个commit https://github.com/tjx666/awesome-chrome-extension-boilerplate/commit/5d426a3da3f629906bc4f99d6de9d3be5012e3b0 看起来是要自己加tag? 一路找到你这里的repo,又找到了这篇: https://github.com/tjx666/awesome-chrome-extension-boilerplate/issues/39 你又说加官网说的加entry,可是上面不是说不能工作了吗? 我自己是照了react官网作: 添加了依赖  加了 'react-devtools' 到每个entry最前面  我是先手动激活专案下的 npx react-devtools 然后跑专案 console出错`Uncaught TypeError: hook.sub is not a function`  怎么样都修不好啊…请教我还可能漏了什么吗?
Would be good show big size popup of the serach results in the Firefox center... Thanks for the great extension.
I am just coming from https://github.com/cretz/kastree as it points me to here. Bascially what I want to do is to insert a new element. kastree can modify the node, but...
Looks like the only way to make it works is to install standalone `react-devtools`, and then add the script to head of the `index.html` file. `` And add the policy...
I have called setHorizontalScrollBarEnabled but didn't work. Is there any way to display the vertical scroll bar?
It is just stuck here forever... 
Looks like the version is behind the latest one? Hence this function cannot be found...? I am wondering if there is a around for me to manually add existing files.........please...
**Describe the bug** A clear and concise description of what the bug is. **SDK version** - 6.4.0 **To Reproduce** Set the quoteTextStyle as below: ```kotlin ChatTheme( ownMessageTheme = MessageTheme.defaultOwnTheme().let {...