solid-refresh icon indicating copy to clipboard operation
solid-refresh copied to clipboard

Results 8 solid-refresh issues
Sort by recently updated
recently updated
newest added

# Describe the bug When using top level anonymous `export default function ()` the hot reload break in some part of the tree # Steps to Reproduce the Bug or...

### Describe the bug I saw this in solidjs-use. But failed in rsbuild. I don't know the reason why this report is wrong. Solidjs-use is written wrong. Or. Rsbuild was...

So this is a follow up from this discord convo! https://discord.com/channels/722131463138705510/723573901862371449/1222612734835953764 Quick recap. Refresh was not triggering for us. We use a custom esbuild-based bundler, our ESM implementation was originally...

I have this setup: ```typescript globalThis.allComponents = import.meta.glob('/javascripts/components/**/*.{jsx,tsx,js,ts}', {eager: true}); function getComponentByName(name: string) { /* find component by glob **/.{tsx, jsx} */ } customRender(name:string){ const Component = getComponentByName(name) render(() =>...

Hope to provide a option that can customize the module name. When this option is not passed in, the default is to use 'solid-refresh'.

Using fragment and Portal together leads to an incorrect rendering order. Small reproduction: https://stackblitz.com/edit/solid-start-bare-ts-griwhk?file=src%2Fcomponents%2FComplex.tsx,src%2Froutes%2Findex.tsx 1. Go to `` component inside the component folder. 1. Refresh the page once 3. Edit...

Could we add an option (here and the solid-vite-plugin that includes this) to specify the default `@refresh` pragma, for files that don't override `@refresh`? And I guess we'd need to...

### Describe the bug When i change some code in `App.jsx`, I need to manually refresh the browser page. I don't know if this is expected or not? But I...