after making only a minor tweak to my UI (change an Icon type) - I receive this error
"c15r: component not found"
It's here:
in component manager.js line 1437:
Code: Select all
if (result.length === 0) {
throw new Error("c15r: component not found");
} this is an error condition when the UI is attempting to redisplay itself..... what's a person to do with this error?
Please help,
Bruce
PS - if I tweak my icon back - the error still persists...