Adding components that use context to the DOM after mount
I have a component (ShelfScene) that returns a mapped list of items (Shelf). The ShelfScene component appends a few Shelf components onMount and those render and use context fine with no issues. However when I try to append a new Shelf component after mount the new component is not able to read the context. Any Ideas?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
S
SolidJS
Solid is a declarative reactive Javascript library for creating user interfaces.