const styleFuncMemo = createMemo(
() => ({
key,
className,
iconKey,
context
}) => {
const appearanceKeyParts = key.split("__");
...
const styleFuncMemo = createMemo(
() => ({
key,
className,
iconKey,
context
}) => {
const appearanceKeyParts = key.split("__");
...