fuchen

Results 2 comments of fuchen

I use following code to work around: ``` const HashLink = ({ to, children }: { to: string, children: React.ReactNode }) => { return ( {children} ) } ``` Seems...