Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solid-start: Uncaught (in promise) TypeError: containerInfo is undefined #281

Open
lighth7015 opened this issue Feb 14, 2024 · 2 comments
Open
Labels

Comments

@lighth7015
Copy link

Hi,

I'm working on a website as part of a project using solid-start, however when I try and use a Drawer, I receive the exception-

 Uncaught (in promise) TypeError: containerInfo is undefined
    remove ModalManager.js:165
    handleClose ModalUnstyled.jsx:104
    cleanNode dev.js:963
    cleanNode dev.js:959
    cleanNode dev.js:959
    cleanNode dev.js:959
    cleanNode dev.js:959
    cleanNode dev.js:959
    cleanNode dev.js:959

I'm using SSR, I'll turn it off if I have to, I just need to know how to fix/resolve the issue.

Thanks!

@lighth7015
Copy link
Author

Okay, after manually patching all of those issues, now I get the following:

Error: Hydration Mismatch. Unable to find DOM nodes for hydration key: 0-0-0-0-0-0-0-0-1-0-0-0-0-0-0-0-0-0-0-0-0-0-3-1
    getNextElement dev.js:281
    createStaticComponent Dynamic.jsx:31
    createDynamicComponent Dynamic.jsx:41
    runComputation dev.js:708
    updateComputation dev.js:690
    readSignal dev.js:626
    resolveChildren dev.js:1003
    memo dev.js:583
    runComputation dev.js:708

@BierDav
Copy link
Contributor

BierDav commented Apr 3, 2024

Can you please share your code in codesandbox or so. With that we might be able to help you.

@juanrgm juanrgm added the SSR label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants