swordev / suid

A port of Material-UI (MUI) built with SolidJS.
https://suid.io
MIT License
673 stars 48 forks source link

Popper export missing in 0.13.2 #241

Closed codylindley closed 1 year ago

codylindley commented 1 year ago

Is popper missing for a reason?

https://github.com/swordev/suid/blob/%40suid/material%400.13.2/packages/material/src/index.tsx (no popper in this file, means no import)

I think this works:

import Popper from '@suid/material/Popper';

but this does not

import { Popper } from '@suid/material';