fix: toggling AppDetailNav causes unnecessary component rerenders (#3718)
This commit is contained in:
parent
9eebe9d54e
commit
40e36e9b52
18 changed files with 314 additions and 276 deletions
|
|
@ -12,7 +12,7 @@ type IDevelopMainProps = {
|
|||
}
|
||||
|
||||
const DevelopMain = ({ appId }: IDevelopMainProps) => {
|
||||
const { appDetail } = useAppStore()
|
||||
const appDetail = useAppStore(state => state.appDetail)
|
||||
const { t } = useTranslation()
|
||||
|
||||
if (!appDetail) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue