Closed swac closed 5 years ago
@revivek: I'd like to pick up these changes to get around build failures in our repo.
Could you publish a new version into npm
please? Would be much appreciated.
Thanks, Hari.
Sure thing—done! It's at version 0.11.2
Great thanks @revivek. Works now.
The type definition for
OyElementAttributes
does not match React's TS definitions forTdHTMLAttributes<HTMLTableDataCellElement>
as of@types/react
16.9. This causes errors like:This PR updates Oy's type definition to satisfy React's expectations.