Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/solidjs/solid
A declarative, efficient, and flexible JavaScript library for building user interfaces.
https://github.com/solidjs/solid
'reconcile' mutates array items
DrevaSergii opened this issue 11 months ago
DrevaSergii opened this issue 11 months ago
useTransition pending states should be isolated in different Suspense boundaries
eknkc opened this issue 11 months ago
eknkc opened this issue 11 months ago
Why the element between Shows is removed?
pecoram opened this issue 11 months ago
pecoram opened this issue 11 months ago
Trying to access fields of data from `createResource` throws error
matronator opened this issue 11 months ago
matronator opened this issue 11 months ago
fix jsdoc code block
ryoid opened this pull request 11 months ago
ryoid opened this pull request 11 months ago
Feature request: package entry point for reactive core
vveisard opened this issue 11 months ago
vveisard opened this issue 11 months ago
Isomorphic export with `solid-js/web`
TomokiMiyauci opened this issue 11 months ago
TomokiMiyauci opened this issue 11 months ago
If a function wrapped in `action` throws some error it should be possible to `catch` it.
elite174 opened this issue 11 months ago
elite174 opened this issue 11 months ago
Setting properties to the unwrapped value of a store doesn't always propagate into the store
gabrielmfern opened this issue 11 months ago
gabrielmfern opened this issue 11 months ago
Why can't my code use context?
thep0y opened this issue 11 months ago
thep0y opened this issue 11 months ago
Adjust some JSDocs
marvin-j97 opened this pull request 12 months ago
marvin-j97 opened this pull request 12 months ago
`createResource` seems to fail to trigger fetcher when source signal changes
MarByteBeep opened this issue 12 months ago
MarByteBeep opened this issue 12 months ago
2-way binding for computationally expensive effects
bergwerf opened this issue 12 months ago
bergwerf opened this issue 12 months ago
ReferenceError: XXX is not defined when using createResource
oliverpool opened this issue 12 months ago
oliverpool opened this issue 12 months ago
Unable to pass signal to child components
thep0y opened this issue 12 months ago
thep0y opened this issue 12 months ago
Laggy Performance
happer64bit opened this issue 12 months ago
happer64bit opened this issue 12 months ago
Solidjs is not working with bun.
AritraBanik08 opened this issue 12 months ago
AritraBanik08 opened this issue 12 months ago
using createStore setter function to update array results in argument is not iterable error
tx-tim opened this issue 12 months ago
tx-tim opened this issue 12 months ago
Fix `DistributeOverride` losing type
BierDav opened this pull request 12 months ago
BierDav opened this pull request 12 months ago
`value` parameter of `createEffect` is not passed to `on` as `prevValue` when `defer` is `true`.
vveisard opened this issue 12 months ago
vveisard opened this issue 12 months ago
Changing the "data-type" of a `createStore` attribute causes referenced data to be modified
hawkerboy7 opened this issue 12 months ago
hawkerboy7 opened this issue 12 months ago
Lock on the cleanNode function
arvid220u opened this pull request 12 months ago
arvid220u opened this pull request 12 months ago
Fix solid-js/web/storage import for node module resolution
thetarnav opened this pull request 12 months ago
thetarnav opened this pull request 12 months ago
Circular references in Stores trigger loss of proxying if non-trackable objects are referenced
QWu4xYV opened this issue about 1 year ago
QWu4xYV opened this issue about 1 year ago
Typo found in signal.ts?
only-cliches opened this issue about 1 year ago
only-cliches opened this issue about 1 year ago
Unable to use in nextjs after build
track23 opened this issue about 1 year ago
track23 opened this issue about 1 year ago
Using `xlink:href` attribute with SVG `<use>` will throw type error, but this is legal in the specification
wjq990112 opened this issue about 1 year ago
wjq990112 opened this issue about 1 year ago
When using typescript, solid-js depends on DOM elements, even outside of "solid-js/web"
Alloyed opened this issue about 1 year ago
Alloyed opened this issue about 1 year ago
When using a "computed key" in classList, a following `class` declaration overwrites the classes set by `classList`
danieltroger opened this issue about 1 year ago
danieltroger opened this issue about 1 year ago
Property 'xmlns:xlink' does not exist on type 'SvgSVGAttributes<SVGSVGElement>'.
thep0y opened this issue about 1 year ago
thep0y opened this issue about 1 year ago
Top-level Anchor tags break out of the SVG namespace
titoBouzout opened this issue about 1 year ago
titoBouzout opened this issue about 1 year ago
[Bug?]: multiple hydration errors with createResource
marbemac opened this issue about 1 year ago
marbemac opened this issue about 1 year ago
Stale read from <Show> under a transition
deluksic opened this issue about 1 year ago
deluksic opened this issue about 1 year ago
DevEx: Calling "`readSignal`" with arguments should throw
danieltroger opened this issue about 1 year ago
danieltroger opened this issue about 1 year ago
[JSX] [bug] `prop:foo={123}` compiles the value `123` into a string `"123"`.
trusktr opened this issue about 1 year ago
trusktr opened this issue about 1 year ago
Bump vite from 4.5.1 to 4.5.2
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
[Bug?]: Hydration not fired with cascading deferStream
jchatard opened this issue about 1 year ago
jchatard opened this issue about 1 year ago
Custom elements callbacks should untrack
titoBouzout opened this issue about 1 year ago
titoBouzout opened this issue about 1 year ago
Cannot apply background image to body element
g0dzcsgo opened this issue about 1 year ago
g0dzcsgo opened this issue about 1 year ago
Does not support camel case css property in jsx
bin-san opened this issue about 1 year ago
bin-san opened this issue about 1 year ago
[solid-js/html] `<Show>` in `html` template renders function source code to DOM
trusktr opened this issue about 1 year ago
trusktr opened this issue about 1 year ago
[solid-js/html] `<Show>` inside `html` causes `TypeError: Cannot read properties of undefined (reading 'keyed')`
trusktr opened this issue about 1 year ago
trusktr opened this issue about 1 year ago
Hard to move elements around using solid-js, insertExpression isn't fully DOM aware
danieltroger opened this issue about 1 year ago
danieltroger opened this issue about 1 year ago
Solid-js should diff values better in `insertExpression`
danieltroger opened this issue about 1 year ago
danieltroger opened this issue about 1 year ago
Breaking change between v1.8.9 and v1.8.10
samualtnorman opened this issue about 1 year ago
samualtnorman opened this issue about 1 year ago
fix createMutable getters do not work if they're on the prototype #1746
takeramagan opened this pull request about 1 year ago
takeramagan opened this pull request about 1 year ago
feat: remove `castError`
lxsmnsyc opened this pull request about 1 year ago
lxsmnsyc opened this pull request about 1 year ago
feat: Remove error casting
lxsmnsyc opened this pull request about 1 year ago
lxsmnsyc opened this pull request about 1 year ago
[solid-js/html] template marker `<!--#--` ends up as attribute value
trusktr opened this issue about 1 year ago
trusktr opened this issue about 1 year ago
fix #2017 reconcile fails to replace nested array with object
takeramagan opened this pull request about 1 year ago
takeramagan opened this pull request about 1 year ago
[solid-js/html] template assigns values to wrong element properties
trusktr opened this issue about 1 year ago
trusktr opened this issue about 1 year ago
`reconcile` fails to replace nested array with object
Bubz43 opened this issue about 1 year ago
Bubz43 opened this issue about 1 year ago
Spreads: Property new/old value equality check isn't done against the DOM value
AFatNiBBa opened this issue about 1 year ago
AFatNiBBa opened this issue about 1 year ago
el.clientWidth returns 0 in ref function.
u1in opened this issue about 1 year ago
u1in opened this issue about 1 year ago
[Feature]: Server Side Rendering Support For Languages, SSR Everywhere
wakaztahir opened this issue about 1 year ago
wakaztahir opened this issue about 1 year ago
Forwarding ref returns "uninitialized" element
xehpuk opened this issue about 1 year ago
xehpuk opened this issue about 1 year ago
Invalid JSX <tr> not allowed as child of <table>
jmurphyct opened this issue about 1 year ago
jmurphyct opened this issue about 1 year ago
Missing attribute `popover` in HTMLAttributes
benlesh opened this issue about 1 year ago
benlesh opened this issue about 1 year ago
Make hyperscript API more type safe
lorefnon opened this pull request about 1 year ago
lorefnon opened this pull request about 1 year ago
The content of `Match` components gets runned again even if it's not needed
AFatNiBBa opened this issue about 1 year ago
AFatNiBBa opened this issue about 1 year ago
[Bug?]: Hydration Mismatch when resource resolves immediately on next tick
katywings opened this issue about 1 year ago
katywings opened this issue about 1 year ago
`insert` function changes rendering order
snnsnn opened this issue about 1 year ago
snnsnn opened this issue about 1 year ago
[solid-js/html] `attr:foo="123"` in `html` template outputs as verbatim `attr:foo="123"`, inconsistent with JSX
trusktr opened this issue about 1 year ago
trusktr opened this issue about 1 year ago
chore(types): return mapped type for splitProps excluded `other` value
MrFoxPro opened this pull request about 1 year ago
MrFoxPro opened this pull request about 1 year ago
Is it possible to embed tailwind classes in a custom component (e.g. Portal) isolated inside the Shadow DOM?
tint opened this issue about 1 year ago
tint opened this issue about 1 year ago
Multiple For from the same array that contains a JSXElement will only render the last For.
AlbertSabate opened this issue about 1 year ago
AlbertSabate opened this issue about 1 year ago
Importing solid-js/web (as ESM, from Node.js) throws a SyntaxError
vinsonchuong opened this issue about 1 year ago
vinsonchuong opened this issue about 1 year ago
ErrorBoundary breaks when using useExternalSource
modderme123 opened this issue about 1 year ago
modderme123 opened this issue about 1 year ago
Invalid `class` property value generated during server side rendering - missing a space
danieltroger opened this issue about 1 year ago
danieltroger opened this issue about 1 year ago
JSXElement in createSignal or createMemo, when the page changes, it disappears on the page.
wizardAEI opened this issue about 1 year ago
wizardAEI opened this issue about 1 year ago
Could not resolve dependency: peer vite@"^3.0.0 || ^4.0.0" from [email protected] after using npm create
mikeaustin opened this issue about 1 year ago
mikeaustin opened this issue about 1 year ago
Hydration error for rendered Elements that aren't inserted in the DOM during server rendering
GiyoMoon opened this issue about 1 year ago
GiyoMoon opened this issue about 1 year ago
Contexts not accessible from web components created by HTML strings
apademide opened this issue about 1 year ago
apademide opened this issue about 1 year ago
Bump vite from 4.4.8 to 4.5.1
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
`reconcile` problem when array should replace an object
jcmonnin opened this issue about 1 year ago
jcmonnin opened this issue about 1 year ago
SVG JSX Types broken for `<symbol>`
ChristophP opened this issue about 1 year ago
ChristophP opened this issue about 1 year ago
`class` prop clobbers `classList` attribute on client render
samualtnorman opened this issue about 1 year ago
samualtnorman opened this issue about 1 year ago
createEffect is not triggered when children change
279095090 opened this issue about 1 year ago
279095090 opened this issue about 1 year ago
[html] Unable to use a `<template>` element in `html` template
trusktr opened this issue about 1 year ago
trusktr opened this issue about 1 year ago
fix: missing `push`
lxsmnsyc opened this pull request about 1 year ago
lxsmnsyc opened this pull request about 1 year ago
fix: createSignal not found when bundled
CrabNejonas opened this pull request about 1 year ago
CrabNejonas opened this pull request about 1 year ago
[Astro] Renderer Timing Issue with Hydration Script
ryansolid opened this issue about 1 year ago
ryansolid opened this issue about 1 year ago
feat(DEV): Add afterCreateSignal hook to DevHooks
thetarnav opened this pull request about 1 year ago
thetarnav opened this pull request about 1 year ago
Attempting to access a stale value from <Show> that could possibly be undefined.
phungleson opened this issue about 1 year ago
phungleson opened this issue about 1 year ago
TypeScript: Context.Provider value should not be assignable to undefined in the default case
deluksic opened this pull request about 1 year ago
deluksic opened this pull request about 1 year ago
Can not accessing default export component in SolidJS during development mode
hungtcs opened this issue about 1 year ago
hungtcs opened this issue about 1 year ago
>= 1.8.2 - Cannot read properties of null (reading 'nextSibling')
jchatard opened this issue about 1 year ago
jchatard opened this issue about 1 year ago
Solid + Tailwind, setting allowJs to true causes tsconfig.json to complain about overwriting input files
MarByteBeep opened this issue about 1 year ago
MarByteBeep opened this issue about 1 year ago
Possible hydration error causing double renders
ofarukaydin opened this issue about 1 year ago
ofarukaydin opened this issue about 1 year ago
throwing inside an effect leads to unexpected behavior
bigmistqke opened this issue about 1 year ago
bigmistqke opened this issue about 1 year ago
Add types directory export for each package
thetarnav opened this pull request about 1 year ago
thetarnav opened this pull request about 1 year ago
SSR hydration causes 'Failed attempt to create new DOM elements during hydration'
asaf opened this issue about 1 year ago
asaf opened this issue about 1 year ago
The `reconcile` function unexpected behavior
SonyStone opened this issue about 1 year ago
SonyStone opened this issue about 1 year ago
Update DOM manually using solidjs very slow compared with vanillajs
centratelemedia opened this issue over 1 year ago
centratelemedia opened this issue over 1 year ago
Fetching data by createResource in SSR by using renderToStringAsync doesn't get value?
rqzheng2015 opened this issue over 1 year ago
rqzheng2015 opened this issue over 1 year ago
Non-fancy event delegation syntax (on:click etc.) not working with Typescript?
earslap opened this issue over 1 year ago
earslap opened this issue over 1 year ago
[Bug?]: Hydration errors with streaming suspense on user click/touch
shiro opened this issue over 1 year ago
shiro opened this issue over 1 year ago
Using imported object for style attribute is reevaluated if other attribute uses updated signal
aquaductape opened this issue over 1 year ago
aquaductape opened this issue over 1 year ago
Using component props values inside noscript template crashes in Firefox
aquaductape opened this issue over 1 year ago
aquaductape opened this issue over 1 year ago
[Bug]: `use:*` Directives Use Elements Whose `ownerDocument` Differs from `window.document`
ITenthusiasm opened this issue over 1 year ago
ITenthusiasm opened this issue over 1 year ago