François Wouts

Results 41 issues of François Wouts

This could be a tag in the PR description, or in the text of a comment or review. Need to possibly also look at review comments to cover all possible...

See https://github.com/fwouts/previewjs/discussions/950 for an example where this would be useful, reported by @tvaughan73.

documentation
enhancement

In particular, instead of having to open the console to see whatever errors are in there, perhaps it should be fullscreen and not show a loading screen.

enhancement

See https://github.com/fwouts/previewjs/issues/457#issuecomment-1223618848

enhancement

- [ ] Enable previewing Markdown & MDX - [ ] Ensuring component ID is meaningful (remove ":default" suffix for Vue and Svelte as well?) - [ ] Support relative...

enhancement

Due to how components are cached across detection refreshes (https://github.com/fwouts/previewjs/blob/main/core/src/detect-components.ts), there is a particular edge case where stories will never be detected: - `src/Component.stories.js` is created with stories referencing component...

low priority

For example, https://github.com/fwouts/previewjs/blob/849fa886c7c3b4539a5fcee015d93f0aa65128f8/framework-plugins/react/tests/apps/cra-js/src/App.js#L4 cannot be rendered in Preview.js. This happens across VS Code and CLI. However, smoke tests work fine for this directory. It appears this is because smoke tests...

bug
low priority