Tín Phạm

Results 4 comments of Tín Phạm

I was try with your solution, but it seem to not working. Hope you make an example as soon as you can. Thank you very much. 😊 Here my code:...

you can control it manually like this. It's work for me in React 18.2 ``` import { React, useEffect, useState } from "react"; const [chatWindowOpen, setChatWindowOpen] = useState(true); const handleToggle...

Please give us Canvas and Docs back 🥇

I have try to fixed it, and it's work create a file `history.service.ts` ``` import { createBrowserHistory } from 'history'; const history = createBrowserHistory(); export default history; ``` in your...