Tuan Kiet Tran

Results 4 issues of Tuan Kiet Tran

In `components/Comments.jsx` **line 14**: If we don't add `slug` to `[]`, the comments won't display until we refresh the page. Solution: add `slug` to `[]` like this: **from** ``` useEffect(()...

In `/services/index.js` file, let change the `raw` in `content` of `getPostDetails` function to `html` (**line 76**): Detail: **from** ``` export const getPostDetails = async (slug) => { const query =...

This is the error: ![Screenshot 2024-05-16 at 04 36 18](https://github.com/decs/typeschema/assets/84491737/b6217dbc-fe96-424d-8fb6-cc994588b8f8) Running locally is fine but production. Please fix this asap! Thank you so much!

### What happened? I want to customize displaying ads (if user clicks ads twice, the ads will be gone), but on iOS, the onAdOpened doesn't fire any event or reaction....

help wanted