Code
const options = [
{
label: "Mammal",
options: [
{ value: "Dolphin", labe: "🐬 Dolphin" },
{ value: "Giraffe", labe: "🦒 Giraffe" }
]
},
{
label: "Carnivore",
options: [
{ value: "Tiger", labe: "🐅 Tiger" },
{ value: "Lion", labe: "🦁 Lion" }
]
}
];
The labe in option has to be a label. It will occurs error below

😀
https://github.com/onesine/react-tailwindcss-select#formatgrouplabel
Code
The

labein option has to be alabel. It will occurs error below😀