Skip to content

Make model and UI support any kind of post #89

Make model and UI support any kind of post

Make model and UI support any kind of post #89

Triggered via pull request October 2, 2024 10:48
Status Success
Total duration 1m 41s
Artifacts

be-linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/api/ApiClient.ts#L1
PlaygroundClient not found in '@wp-playground/client'
lint: src/ui/App.tsx#L23
PlaygroundClient not found in '@wp-playground/client'
lint: src/ui/App.tsx#L116
React Hook useEffect has missing dependencies: 'navigate' and 'playgroundClient'. Either include them or remove the dependency array
lint: src/ui/posts/EditPost.tsx#L43
React Hook useEffect has a missing dependency: 'playgroundClient'. Either include it or remove the dependency array
lint: src/ui/posts/NewPost.tsx#L41
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
lint: src/ui/preview/Playground.tsx#L3
PlaygroundClient not found in '@wp-playground/client'
lint: src/ui/preview/Playground.tsx#L4
StartPlaygroundOptions not found in '@wp-playground/client'
lint: src/ui/preview/Playground.tsx#L6
StepDefinition not found in '@wp-playground/client'
lint: src/ui/preview/Playground.tsx#L38
React Hook useEffect has a missing dependency: 'blogName'. Either include it or remove the dependency array
lint: src/ui/preview/Preview.tsx#L5
PlaygroundClient not found in '@wp-playground/client'