SSolidJS•Created by Harry Boter on 2/9/2025 in #support Context provider breaks while using esbuild-plugin-solid
Whenever I move CollectionHeader
inside the provider (instead of passing it as a child) it works tho:
<CollectionContext.Provider value={{ title }}>
<CollectionHeader />
</CollectionContext.Provider>