Deployment Details
Loading…
Domains
Build Logs32s
Build Logs
32sThe prop value with an expression type of TSNonNullExpression could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately.
The prop value with an expression type of TSNonNullExpression could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately.
The prop value with an expression type of TSNonNullExpression could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately.
Failed to compile.
./src/pages/posts/HelpDocHeader/index.tsx
30:11 Warning: 'menuWithPosts' is assigned a value but never used. @typescript-eslint/no-unused-vars
30:26 Warning: 'viewingPost' is assigned a value but never used. @typescript-eslint/no-unused-vars
./src/pages/posts/[...slug].page.tsx
94:19 Error: Expected an assignment or function call and instead saw an expression. @typescript-eslint/no-unused-expressions
./src/pages/tools/index.page.tsx
19:11 Error: An empty interface declaration allows any non-nullish value, including literals like `0` and `""`.
- If that's what you want, disable this lint rule with an inline comment or configure the 'allowInterfaces' rule option.
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead. @typescript-eslint/no-empty-object-type