Mahdi Ta'ala

Results 4 comments of Mahdi Ta'ala

@corysimmons you can temporarily add your custom CSS directly in the tailwind.css file. I removed the CSS assets file.

hey @moryekram I also am getting this error. try this code : ``` async def test_spellchecker(): with open("Moin_dictionary_words.txt", 'r') as db: sp = SpellChecker(db.read()) corrected = sp.correct('متغاضی') print(corrected) loop =...

Even if a component has `'use client'` at the top, Next.js still initially renders it on the server, and only hydrates it in the browser afterward. This means the component...