feat(Experiments): Allow users to edit and preview no-code experiments from experiment page. #99514
Annotations
10 errors and 1 warning
frontend/src/layout/navigation-3000/sidebars/toolbar.ts#L32
Argument of type '{ actionId: null; experimentId: null; type: AuthorizedUrlListType.TOOLBAR_URLS; }' is not assignable to parameter of type 'AnyComponent | AuthorizedUrlListLogicProps'.
|
frontend/src/layout/navigation-3000/sidebars/toolbar.ts#L38
Argument of type '{ actionId: null; experimentId: null; type: AuthorizedUrlListType.TOOLBAR_URLS; }' is not assignable to parameter of type 'AnyComponent | AuthorizedUrlListLogicProps'.
|
frontend/src/layout/navigation-3000/sidebars/toolbar.ts#L51
Argument of type '{ actionId: null; experimentId: null; type: AuthorizedUrlListType.TOOLBAR_URLS; }' is not assignable to parameter of type 'AnyComponent | AuthorizedUrlListLogicProps'.
|
frontend/src/layout/navigation-3000/sidebars/toolbar.ts#L55
Property 'asyncActions' does not exist on type 'FunctionComponent<{}> | BuiltLogic<authorizedUrlListLogicType>'.
|
frontend/src/lib/components/AuthorizedUrlList/AuthorizedUrlList.tsx#L49
Argument of type '{ actionId: number | null; experimentId: number | "new" | null; type: AuthorizedUrlListType; }' is not assignable to parameter of type 'AnyComponent | AuthorizedUrlListLogicProps'.
|
frontend/src/lib/components/AuthorizedUrlList/AuthorizedUrlList.tsx#L50
Argument of type 'FunctionComponent<{}> | BuiltLogic<authorizedUrlListLogicType>' is not assignable to parameter of type 'BuiltLogic<authorizedUrlListLogicType> | LogicWrapper<authorizedUrlListLogicType>'.
|
frontend/src/lib/components/AuthorizedUrlList/AuthorizedUrlList.tsx#L51
Argument of type 'FunctionComponent<{}> | BuiltLogic<authorizedUrlListLogicType>' is not assignable to parameter of type 'BuiltLogic<authorizedUrlListLogicType> | LogicWrapper<authorizedUrlListLogicType>'.
|
frontend/src/lib/components/AuthorizedUrlList/authorizedUrlListLogic.test.ts#L35
Type 'FunctionComponent<{}> | BuiltLogic<authorizedUrlListLogicType>' is not assignable to type 'BuiltLogic<authorizedUrlListLogicType>'.
|
frontend/src/lib/components/AuthorizedUrlList/authorizedUrlListLogic.test.ts#L35
Argument of type '{ type: AuthorizedUrlListType.TOOLBAR_URLS; actionId: null; experimentId: null; }' is not assignable to parameter of type 'AnyComponent | AuthorizedUrlListLogicProps'.
|
frontend/src/lib/components/AuthorizedUrlList/authorizedUrlListLogic.test.ts#L120
Type 'FunctionComponent<{}> | BuiltLogic<authorizedUrlListLogicType>' is not assignable to type 'BuiltLogic<authorizedUrlListLogicType>'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading