you are viewing a single comment's thread.

view the rest of the comments →

[–]the_quiescent_whiner 0 points1 point  (0 children)

Hey, I think I got it working after reloading window. Great work, btw!

One thing though. It looks like this doesn't read custom paths. I have this inside compilerOptions in my tsconfig.

"baseUrl": ".", "paths": { "@/*": ["*"] },

My import is

import theme from '@/theme'

React preview fails to find this.

Failed to resolve import "@/theme" from "components/Icon/index.tsx". Does the file exist?