apademide
useContext() from custom element
For the final solution I came with something that works quite well
I made that wrapper around the compose + register methods (which passes down all logic to the default function, so it has the same features + automatically injects
withSolid
for convenience + pushes tags to registeredComponents
)
Which is then used this way in my <SafeHtml>
comp
15 replies
useContext() from custom element
So the answer is somewhat disappointing but Ryan provided a workaround that did the trick
You may find what I came around with here: https://github.com/solidjs/solid/issues/1976#issuecomment-1846801576
15 replies
useContext() from custom element
Again, for ref: https://github.com/solidjs/solid/issues/1976
15 replies
frontend navigation: null is not an object (evaluating '_el$11.nextSibling')
actually if you want the whole code base, here's the repo: https://github.com/AUAUST/clients-nkco-weltkern-frontend/tree/homepage
the erroring component is in
./src/components/layouts/grid/Item.tsx
14 replies