Open itsyoboieltr opened 10 months ago
I also had this. Seems like, after a lot of debugging, this is being caused because the ref is set before the element is actually inserted into the DOM which causes floating-ui to not find its parent's computed styles.
I also had this. Seems like, after a lot of debugging, this is being caused because the ref is set before the element is actually inserted into the DOM which causes floating-ui to not find its parent's computed styles.
Could you fix it? @gabrielmfern
@itsyoboieltr Here's a link for the support thread on Discord that others from the community helped me in fixing it
https://discord.com/channels/722131463138705510/1215409288030330972
@itsyoboieltr Here's a link for the support thread on Discord that others from the community helped me in fixing it
https://discord.com/channels/722131463138705510/1215409288030330972
I can't open this link, can you show me the code to let me known how to fix it?
@beoxgame it's a bit of a long thread, the error might have a lot of causes, but in my situation it was my code rendering twice due to a bundler of mine. You need Discord installed for the link to work, it was inside of Solid's Discord server.
@beoxgame it's a bit of a long thread, the error might have a lot of causes, but in my situation it was my code rendering twice due to a bundler of mine. You need Discord installed for the link to work, it was inside of Solid's Discord server.
thx, after joined solid's channel, the link is working fine.
I am trying to use the library in SolidStart. I keep on getting this error: