You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help! Give example for domino please , I tried that but it does'nt work
return renderPromise.then((response: any) => {
console.log(response);
const win = domino.createWindow(response.html);
response.globals.window = win;
return ({
html: response.html,
globals: response.globals
});
The text was updated successfully, but these errors were encountered:
Please help! Give example for domino please , I tried that but it does'nt work
return renderPromise.then((response: any) => {
console.log(response);
const win = domino.createWindow(response.html);
response.globals.window = win;
return ({
html: response.html,
globals: response.globals
});
The text was updated successfully, but these errors were encountered: