A solution to the following error in Next.Js : ReferenceError: React is not defined Test platform : Windows 10, Chrome,…
React – Solution to Warning: Each child in a list should have a unique « key » prop.
Use Case : You get the following error message : react-dom.development.js:61 Warning: Functions are not valid as a React child.…
React – Solution to Warning: Functions are not valid as a React child.
Use Case : You get the following error message : react-dom.development.js:61 Warning: Functions are not valid as a React child.…
Bun with Next.js : Error message ResolveError can’t find framework: « next »
Use Case : You get the following error message : ResolveError can’t find framework: « next » when you try to create a…
BUN.js error message : Command bun not found
Use Case : You get the following error message : Command ‘bun’ not found after installing bun and you try…
u1 vs class 10
u1 vs class 10 That’s the difference between the u1 class and the class 10 concerning the memory card ?…
GradleException: No matching client found for package name in Android Studio
How to solve GradleException: No matching client found for package name in Android studio. This error happens when you have…
sd card u1 vs u3
u1 vs u3 SD card How differs the u1 from the u3 SD card ? The sigle u refers a…
JQuery : how to change, add , remove css class dynamically
With jQuery, you can change dynamically the css class of a html element. By example, if i want change the…
JQuery : how to remove disabled attribute
With Jquery , you can remove dynamically the disabled attribute of a html element . By example, for a button…