Dmytro Kulakov

Results 5 comments of Dmytro Kulakov

`const timestamp = dayjs().unix();` will always return 1970 jan. You get what you set. If you need current timestamp try to think about `dayjs().valueOf()`

Having the same issue with access_token (~800 symbols length). Delete token from the storage => Save new => Get this token => Result is empty => Save again (or reload...

Hey guys! I have a problem importing custom plugins (mine for testing or existing markdown gfm) into the `/src/admin/app.tsx`. The issue is in this line: it says that CKEditor is...

React 19 is not rc anymore. It is [stable](https://react.dev/blog/2024/12/05/react-19)

@swar00p I'm not familiar with this codebase either, but as far as i can see that you have only declared new `account` param in the useCallback function, but i can't...