liroe
liroe
vscode version 1.67.1
https://github.com/styled-components/vscode-styled-components/issues/366 I see the same problem in other issues, I feel it is because the latest version of vscode and this plugin are not very compatible, please take a look
> 删除扩展并确保您要重新安装的是https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components it solved my problem, thank you
``` //@ts-nocheck import { useCallback, useEffect, useState } from 'react'; const useChainId = () => { const [chainId, setChainId] = useState(97); const fetchChainId = useCallback(async () => { if (window.ethereum)...
具体bug状况已上图 
https://github.com/element-plus/element-plus/assets/28803604/14bb35b5-f565-48e6-8cf8-970239c18c1e 具体视频已上传
I have a Vue file like this, cmd+/ does nothing if I'm in an html or css region ``` {{ message }} Change Message export default { data() { return...