Skip to content

Use router instead of internal component state #82

Use router instead of internal component state

Use router instead of internal component state #82

Triggered via pull request September 27, 2024 13:04
Status Success
Total duration 1m 39s
Artifacts

be-linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/api/ApiClient.ts#L2
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#L121
React Hook useEffect has missing dependencies: 'navigate' and 'playgroundClient'. Either include them or remove the dependency array
lint: src/ui/flows/blog-post/EditBlogPost.tsx#L30
React Hook useEffect has missing dependencies: 'navigate', 'playgroundClient', and 'session.id'. Either include them or remove the dependency array
lint: src/ui/flows/blog-post/NewBlogPost.tsx#L29
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'