Jerry Shang
Results
2
comments of
Jerry Shang
@indiesquidge Thx a lot for resolve the `mv` autocomplete problem. I run `rm -f ~/.zcompdump*` and restart iTerm, everything is ok. But if `rm -f ~/.zcompdump* ` then `exec zsh...
@ThusSpokeNomad Try using `Theme` component from `@react/carbon` instead of `@use '@carbon/react/scss/theme'...`, like ```jsx import {Theme} from "@carbon/react"; function App() { return ( ... ); } ``` And keep `@use '@carbon/react'...