feat: enable sourcemaps #383

Merged
thenick775 merged 1 commit from enable-sourcemaps into master 2025-11-10 02:40:25 -05:00
thenick775 commented 2025-11-10 02:29:24 -05:00 (Migrated from github.com)
  • enables clearer errors when the user hits the error boundary
  • nothing in this repo is private, so this is a-OK

i.e.

after:

react-dom-client.production.js:5892 ReferenceError: Cannot access 'S' before initialization
    at Object.refetchInterval (auth-provider.tsx:51:9)
    at #y (queryObserver.js:206:79)
    at eb.setOptions (queryObserver.js:115:38)
    at new eb (queryObserver.js:26:10)
    at useBaseQuery.js:48:11
    at oo (react-dom-client.production.js:4769:20)
    at Object.useState (react-dom-client.production.js:5565:22)
    at n.useState (react.production.js:526:33)
    at Sb (useBaseQuery.js:47:22)
    at Ic (useQuery.js:7:10)

before:

index-Cf9TKhx3.js:8 ReferenceError: Cannot access 'S' before initializ
    ation 
    at Object.refetchInterval (index-Cf9TKhx3.js:935:2019) 
    at #y (index-Cf9TKhx3.js:9:53205) 
    at eb.setOptions (index-Cf9TKhx3.js:9:51869) 
    at new eb (index-Cf9TKhx3.js:9:50514) 
    at index-Cf9TKhx3.js:9:71232 
    at oo (index-Cf9TKhx3.js:8:52858) 
    at Object.useSt
    ate (index-Cf9TKhx3.js:8:61011) 
    at n.useSt
    ate (react-CCYiWZgt.js:1:7972) 
    at Sb (index-Cf9TKhx3.js:9:71219) 
    at Ic (index-Cf9TKhx3.js:9:71957)
- enables clearer errors when the user hits the error boundary - nothing in this repo is private, so this is a-OK i.e. after: ``` react-dom-client.production.js:5892 ReferenceError: Cannot access 'S' before initialization at Object.refetchInterval (auth-provider.tsx:51:9) at #y (queryObserver.js:206:79) at eb.setOptions (queryObserver.js:115:38) at new eb (queryObserver.js:26:10) at useBaseQuery.js:48:11 at oo (react-dom-client.production.js:4769:20) at Object.useState (react-dom-client.production.js:5565:22) at n.useState (react.production.js:526:33) at Sb (useBaseQuery.js:47:22) at Ic (useQuery.js:7:10) ``` before: ``` index-Cf9TKhx3.js:8 ReferenceError: Cannot access 'S' before initializ ation at Object.refetchInterval (index-Cf9TKhx3.js:935:2019) at #y (index-Cf9TKhx3.js:9:53205) at eb.setOptions (index-Cf9TKhx3.js:9:51869) at new eb (index-Cf9TKhx3.js:9:50514) at index-Cf9TKhx3.js:9:71232 at oo (index-Cf9TKhx3.js:8:52858) at Object.useSt ate (index-Cf9TKhx3.js:8:61011) at n.useSt ate (react-CCYiWZgt.js:1:7972) at Sb (index-Cf9TKhx3.js:9:71219) at Ic (index-Cf9TKhx3.js:9:71957) ```
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
thenick775/gbajs3!383
No description provided.