I would like to explain my problem of the day
it’s quite simple to understand, I use a react package called smile2emoji,
when I
const text = checkText("constructor");
console.log("text", text);
it turns me around
function Object() { [native code] }
while I would like that to return me
"constructor"
if you have any ideas, thank you
or if you have another package more practical to use, i am interested too
Neff