sdk-codegen icon indicating copy to clipboard operation
sdk-codegen copied to clipboard

@looker/extension-sdk requires react

Open AndrewKoliaka opened this issue 1 year ago • 0 comments

We use Looker in Angular project. And when I try to upgrade @looker/extension-sdk from 23.6.0 to the latest version 24.2.0 it breaks with the error:

ERROR in node_modules/@looker/extension-sdk/lib/connect/tile/types.d.ts:1:33 - error TS2307: Cannot find module 'react' or its corresponding type declarations.

1 import type { MouseEvent } from 'react';

AndrewKoliaka avatar Mar 01 '24 17:03 AndrewKoliaka