Open quaardvark opened 4 years ago
I think adding @styled-system/props
to the package and using it to pick the right props to pass to the component will likely be a good idea.
import { pick, omit } from "@styled-system/props"
// In fullscreen render
const styleProps = pick(spreadProps)
Prerequisites
@rent_avail/feedback@0.2.2
Step to reproduce (actual behavior)
@rent_avail/feedback
Feedback
is rendering behind the extra full-screen componentExpected behavior
FullscreenFeedback takes the styling props, either via Styled System or via styles
Resources