James Moynihan
James Moynihan
Still unable to login to Google via redirect. Seeing this error in the console: 
> The core problem here is that we want the functions exported from `'svelte'` to be real, regular functions. There's nothing that `setContextReactive` or `getContextReactive` could be defined as that...
@Cweili You may also want to include in the docs that SvelteKit/Vite may require you to import from the module-friendly export of the font awesome package when you _build_ the...
Just came to make this same PR. I keep having to manually add export directives each time I update the package.
Might be a while for this one. I suspect the maintainers will wait until it lands in the HTML spec ("use the platform" is the mantra around Svelte). So far,...
Good question! I feel like there could be a few viable ways to do it, but the first one you mentioned seems to make the most sense to me. If...
Agreed. Which one makes sense as the default in the config though? I tend to like 1. As I said above, in the presence of this kind of feature, I...
### Destructured object props are incorrectly identified as constants in {#each} blocks Here's a simplified version of what I'm seeing: Seems to be correctly identified when I disable the new...
@Vanilagy you have a small error in the REPL: ```html import { things } from './state.js'; import { fade } from 'svelte/transition'; $: thing = $things[0]; {#if !thing.done} This should...
> For comparison with JSX: In a React project, if you hover over a component, it shows the function definition or const definition which also contains a rough description of...