Bug 1636216 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

## What were you doing?

1. Open Console on https://25d5g.csb.app/ and see first TypeError entry

## What happened?

First TypeError is not source-mapped in Firefox (works in Chrome). Second TypeError is source-mapped.

## What should have happened?

All `TypeError` logs are source-mapped.

## Anything else we should know? 

Codesandbox's proxy console and React's error overlay add some complexity here; but this should still "just work".
## What were you doing?

1. Open Console on https://25d5g.csb.app/ and see first TypeError entry

## What happened?

First TypeError is not source-mapped in Firefox (works in Chrome). Second TypeError is source-mapped.

## What should have happened?

All `TypeError` logs are source-mapped.

## Anything else we should know? 

Codesandbox's proxy console and React's error overlay add some complexity here; but this should still "just work".

Similar issue for Angular: https://wcu9o.csb.app/ . Firefox links to https://wcu9o.csb.app/src/app/app.component.ts which is the right TS file; while Chrome loads the right TS file for https://wcu9o.csb.app/src/app/app.component.ts

Back to Bug 1636216 Comment 0