Ritchie
Ritchie
Is there any update on this? Apart from affecting the indentation i am also noticing that the import path gets modified with the path from the previous import. **Before:** ```svelte...
I've bumped the jest version from `27.5.1` to `29.4.3` and now also getting the error ``` STACK: Error: Cannot find module 'file:///path/to/my/project/svelte.config.js' ``` when trying to include --coverage argument. I...
+1 . Build is breaking showing the following error "Attempted import error: 'useRef' is not exported from 'react' (imported as 'e')." after upgrading from 14.0.4. I've tried removing `browserslist` in...
+1 for this "fall through" idea... i also have a use case where the parent and child route use the same component and have access to both route params. ```svelte...