Revert "feat: optimize minapp cache with LRU (#8160)" #8205
Annotations
2 warnings
Lint Check:
src/renderer/src/components/QuickPanel/view.tsx#L131
React Hook useMemo has an unnecessary dependency: 'ctx.defaultIndex'. Either exclude it or remove the dependency array
|
Lint Check:
src/renderer/src/components/CodeBlockView/HtmlArtifactsPopup.tsx#L61
React Hook useEffect has a missing dependency: 'currentHtml'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setPreviewHtml' needs the current value of 'currentHtml'
|
Loading