We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac100a commit b65b6b3Copy full SHA for b65b6b3
src/server/jsonp.ts
@@ -38,8 +38,7 @@ export const sendAsJsonP = (
38
// the typeof check is just to reduce client error noise
39
return res.send(
40
// language=JS
41
- `/**/
42
- typeof ${callback} === 'function' && ${callback}((function (manifest) {
+ `/**/ typeof ${callback} === 'function' && ${callback}((function (manifest) {
43
return function (rootElement, customContext) {
44
if (customContext) {
45
if (!(typeof customContext === 'object')) {
0 commit comments