Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/preactjs/preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
https://github.com/preactjs/preact
fix(child-diffing): bail out should be wary of differing children lengths
JoviDeCroock opened this pull request about 1 year ago
JoviDeCroock opened this pull request about 1 year ago
fix vnode type coercion
JoviDeCroock opened this pull request about 1 year ago
JoviDeCroock opened this pull request about 1 year ago
golf: Switch `===` to `==` in a few places where not needed
rschristian opened this pull request about 1 year ago
rschristian opened this pull request about 1 year ago
<iframe> reloads its contents after removing one of its previous siblings when used with react-slate
hpneo opened this issue about 1 year ago
hpneo opened this issue about 1 year ago
[preact/compat] use-sync-external-store shim incompatibility
michal-swiderski opened this issue about 1 year ago
michal-swiderski opened this issue about 1 year ago
TS: jsx factory return type doesn't match `VNode`
marvinhagemeister opened this issue about 1 year ago
marvinhagemeister opened this issue about 1 year ago
Add support for new String() as a child
appsforartists opened this pull request about 1 year ago
appsforartists opened this pull request about 1 year ago
<div>{ new String('hi') }</div> renders blank
appsforartists opened this issue about 1 year ago
appsforartists opened this issue about 1 year ago
Injected elements getting reordered/pushed to end of wrapping html element
nikse opened this issue about 1 year ago
nikse opened this issue about 1 year ago
10.18.1
JoviDeCroock opened this pull request about 1 year ago
JoviDeCroock opened this pull request about 1 year ago
avoid crashing when there is no _children
JoviDeCroock opened this pull request about 1 year ago
JoviDeCroock opened this pull request about 1 year ago
`TypeError: Cannot read properties of null (reading 'forEach')` in development mode on Preact 10.18.0
laymonage opened this issue about 1 year ago
laymonage opened this issue about 1 year ago
Preact onClick events working with delay in iOS webview on iPhones
VishalGulati opened this issue about 1 year ago
VishalGulati opened this issue about 1 year ago
Fix: "Improper nesting of paragraph" for span under a paragraph
cheeaun opened this pull request about 1 year ago
cheeaun opened this pull request about 1 year ago
10.18.0
JoviDeCroock opened this pull request about 1 year ago
JoviDeCroock opened this pull request about 1 year ago
suspense fix: Cannot read property 'insertBefore' of undefined
zakstucke opened this pull request about 1 year ago
zakstucke opened this pull request about 1 year ago
Add missing native attribute JSX types
marvinhagemeister opened this pull request about 1 year ago
marvinhagemeister opened this pull request about 1 year ago
Preact X (linkState)
Oleg-Perevyshin opened this issue over 1 year ago
Oleg-Perevyshin opened this issue over 1 year ago
fix: remove `role` attribute when it's `null` or `undefined`
DAreRodz opened this pull request over 1 year ago
DAreRodz opened this pull request over 1 year ago
It is not possible to remove the `role` attribute which results in invalid HTML
SantosGuillamot opened this issue over 1 year ago
SantosGuillamot opened this issue over 1 year ago
chore: Update link & verbiage for reproduction in issue template
rschristian opened this pull request over 1 year ago
rschristian opened this pull request over 1 year ago
React incompatibility: immutable VNodes break in production.
zakstucke opened this issue over 1 year ago
zakstucke opened this issue over 1 year ago
feat: Add `SetStateAction` & `PropsWithoutRef` types to compat
rschristian opened this pull request over 1 year ago
rschristian opened this pull request over 1 year ago
Namespace 'React' has no exported member 'SetStateAction' - React.SetStateAction
ynwd opened this issue over 1 year ago
ynwd opened this issue over 1 year ago
uncomment passing test
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
chore: fix some wrong annotation types
ulivz opened this pull request over 1 year ago
ulivz opened this pull request over 1 year ago
skip comment nodes for placeChild
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
react/compat as module gives undefined __Hook
GeorgeRadev opened this issue over 1 year ago
GeorgeRadev opened this issue over 1 year ago
fix: add timer to event handler so we can check whether it was attached during the current propagation
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
fix: ordering issue with Component re-render
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
[preact/compat] missing type `PropsWithoutRef`
augustjk opened this issue over 1 year ago
augustjk opened this issue over 1 year ago
Ordering of children in a Fragment changes in re-renders
charlier opened this issue over 1 year ago
charlier opened this issue over 1 year ago
Suspense changes order of elements
valentin-huebner opened this issue over 1 year ago
valentin-huebner opened this issue over 1 year ago
fix: avoid registering non-function event-handlers on custom-elements
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
In extremely minimal test: Uncaught TypeError: Cannot read properties of undefined (reading '__H')
Clonkex opened this issue over 1 year ago
Clonkex opened this issue over 1 year ago
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'context')
tangyuer opened this issue over 1 year ago
tangyuer opened this issue over 1 year ago
types: Adds `HTMLProps` to compat
rschristian opened this pull request over 1 year ago
rschristian opened this pull request over 1 year ago
Namespace 'React' has no exported member 'HTMLProps'
jschuler opened this issue over 1 year ago
jschuler opened this issue over 1 year ago
Types: Unable to return `ComponentChild` from component
rschristian opened this issue over 1 year ago
rschristian opened this issue over 1 year ago
fix: TS component type
rschristian opened this pull request over 1 year ago
rschristian opened this pull request over 1 year ago
preact/debug: Incorrect table warning
marvinhagemeister opened this issue over 1 year ago
marvinhagemeister opened this issue over 1 year ago
Fix #4109
Popovkov57 opened this pull request over 1 year ago
Popovkov57 opened this pull request over 1 year ago
Replace for-of loop with standard for loop
marvinhagemeister opened this issue over 1 year ago
marvinhagemeister opened this issue over 1 year ago
chore(debug): warn for illegal children
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
chore(workspace): file cleanup
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
10.17.1
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
Fix double unmount
developit opened this pull request over 1 year ago
developit opened this pull request over 1 year ago
Unbalanced number of mount/unmount calls for a child node when the node is added and removed
NatteeB opened this issue over 1 year ago
NatteeB opened this issue over 1 year ago
_component property is missing in preact 10
holmsshiva opened this issue over 1 year ago
holmsshiva opened this issue over 1 year ago
golf size/perf of #4096
developit opened this pull request over 1 year ago
developit opened this pull request over 1 year ago
fix: Ensure all WAI-ARIA 1.2 roles are supported in our types
rschristian opened this pull request over 1 year ago
rschristian opened this pull request over 1 year ago
type[compat]: add html attributes types #4099
samsam-ahmadi opened this pull request over 1 year ago
samsam-ahmadi opened this pull request over 1 year ago
[compat types] - issue with the element's type like button, that gets any instead of ButtonHTMLAttributes
samsam-ahmadi opened this issue over 1 year ago
samsam-ahmadi opened this issue over 1 year ago
Update AriaRole type to WAI-ARIA 1.2
webschik opened this issue over 1 year ago
webschik opened this issue over 1 year ago
fix: Don't rename `gotpointercapture` and `lostpointercapture` events
rschristian opened this pull request over 1 year ago
rschristian opened this pull request over 1 year ago
Polyfilling pointer-events
tsi opened this issue over 1 year ago
tsi opened this issue over 1 year ago
10.17.0
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
Add debug warnings for `<p>` end tag omission parsing rules
marvinhagemeister opened this issue over 1 year ago
marvinhagemeister opened this issue over 1 year ago
support search element
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
<search> HTML element is not supported in TypeScript types
crutchcorn opened this issue over 1 year ago
crutchcorn opened this issue over 1 year ago
Eagerly unmount placeholders
andrewiggins opened this pull request over 1 year ago
andrewiggins opened this pull request over 1 year ago
fix(workspace): bench folder naming
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
fix(child-diffing): avoid skipping re-orders
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
List with keys sorted multiple times (ascending & descending) is not displayed in correct order
erdysson opened this issue over 1 year ago
erdysson opened this issue over 1 year ago
[preact/compat] ant-design - Focus doesn't shift to Dropdown menu
SpaNb4 opened this issue over 1 year ago
SpaNb4 opened this issue over 1 year ago
Uncaught Error: Component's "only-when-overflow" property should be a function, but got [boolean] instead
Unluckynerd opened this issue over 1 year ago
Unluckynerd opened this issue over 1 year ago
InvalidCharacterError whilst rendering Markdown-to-JSX
AJamesPhillips opened this issue over 1 year ago
AJamesPhillips opened this issue over 1 year ago
Keep parts of the DOM when hydrating
matthewmueller opened this issue over 1 year ago
matthewmueller opened this issue over 1 year ago
_jsxFileName included in the bundle with sourcemaps disabled
horprogs opened this issue over 1 year ago
horprogs opened this issue over 1 year ago
IntrinsicAttributes.key should be of type string, not any
Lesik opened this issue over 1 year ago
Lesik opened this issue over 1 year ago
Empty result of lazy component doubles next node
aleksandrjet opened this issue over 1 year ago
aleksandrjet opened this issue over 1 year ago
Support SignalLike for real
artalar opened this issue over 1 year ago
artalar opened this issue over 1 year ago
fix: Re-export `ComponentChild` as `ReactNode` in compat's types
rschristian opened this pull request over 1 year ago
rschristian opened this pull request over 1 year ago
Instead of relying on a global document, it is possible to get the document externally.
DiamondYuan opened this issue over 1 year ago
DiamondYuan opened this issue over 1 year ago
[bug]: empty result of lazy component doubles next node
aleksandrjet opened this pull request over 1 year ago
aleksandrjet opened this pull request over 1 year ago
iframe is reloaded, when it's a children props in WrapperComponent, and some siblings before children is removed
InfiniteXyy opened this issue over 1 year ago
InfiniteXyy opened this issue over 1 year ago
createPortal is not working properly
Unluckynerd opened this issue over 1 year ago
Unluckynerd opened this issue over 1 year ago
Typing errors when using @headlessui/react with preact
kurtbuilds opened this issue over 1 year ago
kurtbuilds opened this issue over 1 year ago
add missing SvgProps and make the generics mandatory
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
Fix IE11 attribute test by sorting them
marvinhagemeister opened this pull request over 1 year ago
marvinhagemeister opened this pull request over 1 year ago
Switch default branch to `main`
marvinhagemeister opened this pull request over 1 year ago
marvinhagemeister opened this pull request over 1 year ago
reduce stack size of try catch by excluding non components
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
Fix event typings
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
The code published to npm is minified
Raynos opened this issue over 1 year ago
Raynos opened this issue over 1 year ago
compat PureComponent parity with upstream react type definitions
Blufords opened this pull request over 1 year ago
Blufords opened this pull request over 1 year ago
fix: setting ref to null after updating it with new element
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
fix: incorrect actDepth calculation in test-utils
ottomao opened this pull request over 1 year ago
ottomao opened this pull request over 1 year ago
improve VNode typings when generic is passed in
JoviDeCroock opened this pull request over 1 year ago
JoviDeCroock opened this pull request over 1 year ago
Unexpected null ref
jakearchibald opened this issue over 1 year ago
jakearchibald opened this issue over 1 year ago
Fix forceUpdate edge cases
dmitrage opened this pull request over 1 year ago
dmitrage opened this pull request over 1 year ago
Server compat should have a default export
MikaFima opened this pull request over 1 year ago
MikaFima opened this pull request over 1 year ago
Server compat default export 2
MikaFima opened this pull request over 1 year ago
MikaFima opened this pull request over 1 year ago
Server compat should have a default export
MikaFima opened this pull request over 1 year ago
MikaFima opened this pull request over 1 year ago
A way to render synchronously
dmail opened this issue over 1 year ago
dmail opened this issue over 1 year ago
Include HTML above render root for DOM validation
marvinhagemeister opened this pull request over 1 year ago
marvinhagemeister opened this pull request over 1 year ago
feature: support isFragment
cbbfcd opened this pull request over 1 year ago
cbbfcd opened this pull request over 1 year ago
feature: support isElement function
cbbfcd opened this pull request over 1 year ago
cbbfcd opened this pull request over 1 year ago
Creating a Preact element with props passed as a generic stil returns a `VNode<any>`
destroyer22719 opened this issue over 1 year ago
destroyer22719 opened this issue over 1 year ago
Context.Provider not taking child elements
lockieluke opened this issue over 1 year ago
lockieluke opened this issue over 1 year ago
Error regarding `undefined __H`
DenizUgur opened this issue over 1 year ago
DenizUgur opened this issue over 1 year ago