solid-bootstrap as a dependency in an Astro + Solid project. This results in the solid export flag being turned on, so solid-bootstrap exports dist/esm/index.jsx by default. Then I get the error Could not import ./Accordion, I guess because .jsx isn't getting resolved as a default extension.optimizeDeps.exclude) but didn't see any difference.solid-bootstrap doing something wrong? I thought it worked with SSR... But maybe not Astro?