In my restlet I have the following code: ```const ...
# suitescript
d
In my restlet I have the following code:
Copy code
const renderer = render.create();
nothing special going on here. Except that
renderer
is resolving to null, according to my logs. Any idea why that would be?