You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i have trhee components. Not work onKeyDown in FindCity component when calling modal dialog . Help please
`
import React, {useEffect, useState} from "react";
import Fancybox from "./Fancybox";
import FindCity from "../Form/FindCity";
import CityList from "./CityList";
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, i have trhee components. Not work onKeyDown in FindCity component when calling modal dialog . Help please
`
import React, {useEffect, useState} from "react";
import Fancybox from "./Fancybox";
import FindCity from "../Form/FindCity";
import CityList from "./CityList";
const CityDialog = ({settgins}) => {
};
export default CityDialog;
import React, {useCallback} from "react";
const FindCity = ({models, actions}) => {
};
export default FindCity;
import React, {useEffect} from "react";
import {Fancybox as NativeFancybox} from "@fancyapps/ui/dist/fancybox.esm.js";
function Fancybox(props) {
const delegate = props.delegate || "[data-fancybox]";
}
export default Fancybox;
`
Beta Was this translation helpful? Give feedback.
All reactions