ARiyou Jahan
ARiyou Jahan
### Describe the bug I have custom border rados in my `tailwind.config.js` file ```js const config = { theme: { extend: { borderRadius: { card: "1.5625rem", } } } }...
I have `NEXT.JS 13`, `React 18`, `TailwindCSS 3`, `React Spring Bottom Sheet(RSBS) ^3.4.1` & my custom local font named `YekanBakh` installed with following config: ### NEXT.JS font provider: ```jsx //...
there can be env variables that are not explicitly defined in the env file but are a combination of those variables and can be accessed like follow: Env file: ```env...
React and its frameworks such as NEXT.JS have support for the following folder structure and this structure is recommended and used by many. └─ ComponentName ───├─ index.jsx ───├─ ComponentName.styles.( js...
**Describe the bug** before using `useChangeLocale` and `useCurrentLocale` everything is fine. but after using these hooks, I will get the following error: > NotFoundError: Failed to execute 'removeChild' on 'Node':...
Hello Mockoon team, First of all, thank you for creating such an amazing tool for API mocking—Mockoon is truly one of the best tools out there! As Mockoon continues to...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [x] I have tried restarting my IDE and the issue persists. - [x] I have...
### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...