Results 2 issues of Yang

When Select animation is "slide-up" and placement is topLeft or topRight, rc-motion cannot trigger animationEnd event because animation-name is missing. cause Select error. online demo: https://stackblitz.com/edit/react-ts-tcnr1w?file=App.tsx related issues: * https://github.com/react-component/select/issues/631...

I'm using the next-emotion-typescript example, but next dynamic isn't working as expected, and it doesn't render anything. ```tsx import dynamic from 'next/dynamic' const DynamicComponent = dynamic(() => import('./dynamic-component'), { ssr:...