@RyanPliske
Results
2
comments of
@RyanPliske
I'm getting the same error. I've tried pod installing, cleaning derived data and nuking node modules and pods dir.
for those of you looking for a way around this. I was able to get this to work: ``` class CustomModal extends Modal { render(): React.ReactNode { // eslint-disable-next-line react/jsx-props-no-spreading...