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
Looks like the filename replacement in transform.ts isn't handling the below case correctly. The browser will still attempt to fetch http://localhost:3000/about.tsx instead of http://localhost:3000/about.js?ts=1635841084565
Thanks for this report @deckchairlabs -- and apologies for the delay. These multiline dynamic imports needed an update to the SWC transform that we are using.
Looks like the filename replacement in
transform.ts
isn't handling the below case correctly. The browser will still attempt to fetchhttp://localhost:3000/about.tsx
instead ofhttp://localhost:3000/about.js?ts=1635841084565
The text was updated successfully, but these errors were encountered: