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
Console.assert doesn't exist in the simulator, so this will always re… (#184)
* console.assert doesn't exist in the simulator, so this will always redbox unless the debugger is attached (in which case it runs through chrome which has all the console methods already defined)
* a more proper fix is to check that console has the assert property
0 commit comments