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
Description
The console log before an error does not have the proper file name in the link or source__ if it can't be found, instead it has path to the bundle.
Steps to reproduce:
add button which on press has console.log('log') and then throw new Error('Error')
Environment
Radon IDE 1.0-rc.2
happens of various versions
The text was updated successfully, but these errors were encountered:
Description
The console log before an error does not have the proper file name in the link or
source__
if it can't be found, instead it has path to the bundle.Steps to reproduce:
console.log('log')
and thenthrow new Error('Error')
Environment
The text was updated successfully, but these errors were encountered: