Falling back to basic renderer if custom renderer does not function as expected

Is there a way to fall back onto say MaterialAllOfRenderer if my custom renderer breaks in someway, ie cannot read undefined or whatever the case.

Thanks

I think you can catch an exception and return react control, for example ’ < MaterialAllOfRenderer props={…props}/>’ in this case

Hi @JustKyle, @MoHcmp,

While catching and falling back is possible I would not recommend it. If there are some cases where your renderer will not work I would recommend checking these cases in advance in the tester so your renderer will not even be used in these situations.