Open vijayalakshmiNagaraj opened 1 year ago
import React from 'react'; import 'animate.css'; import './style.css'; import { useEffect,useState } from 'react'; import { Image } from '@Components'; import { images } from '../ReferenceImages'; import { Animated } from 'react-animated-css'; import 'animate.css'
export const LoginAnimation = () => { const[isVisi,setISVisi]=useState(false) console.log(isVisi,"hfvckxbk")
return (
); };
@vijayalakshmiNagaraj Hey there, can you show your package.json to me? I have the same problem with react 18
import React from 'react'; import 'animate.css'; import './style.css'; import { useEffect,useState } from 'react'; import { Image } from '@Components'; import { images } from '../ReferenceImages'; import { Animated } from 'react-animated-css'; import 'animate.css'
export const LoginAnimation = () => { const[isVisi,setISVisi]=useState(false) console.log(isVisi,"hfvckxbk")
return (
demo
demo
); };