update demo-recipe-app,

This commit is contained in:
louiscklaw
2025-06-08 19:08:00 +08:00
parent 9aeb58379d
commit c765bb49a4
19 changed files with 900 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ import { performSearch } from '../utils';
import { RecipeListItem } from '../components/RecipeListItem';
const Search = () => {
const searchRef = useRef();
const searchRef = useRef(null);
const [searchResults, setSearchResults] = useState([]);
const [showLoader, hideLoader] = useIonLoading();