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
// 2.0.7// Raise in rails-routes.jsdebuggerUtils.namespace(Root,"RailsRoutes",result);// In console$Root=>undefined$thas=>undefined// 1.4.14// Raise in rails-routes.jsif(typeofdefine==="function"&&define.amd){define([],function(){returnresult;});}elseif(typeofmodule!=="undefined"&&module!==null){try{module.exports=result;}catch(error1){error=error1;if(error.name!=='TypeError'){throwerror;}}}else{debugger// Can not reach this lineUtils.namespace(Root,"RailsRoutes",result);}
Ruby: 2.6.6
Rails: 6.1.3
Raise TypeError: Cannot set property 'NameSpace' of undefined when I tried for update to 2.0.7 from 1.4.14
Is this implementation out of place?
The text was updated successfully, but these errors were encountered: