Temporarily disable noImplicitAny and fix ChatBot tab handler typing for CI blockers#229
Temporarily disable noImplicitAny and fix ChatBot tab handler typing for CI blockers#229Copilot wants to merge 8 commits into
noImplicitAny and fix ChatBot tab handler typing for CI blockers#229Conversation
Agent-Logs-Url: https://github.com/dotabod/frontend/sessions/b952fc7b-dca6-4c13-b3f0-57110906c56b Co-authored-by: Geczy <1036968+Geczy@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotabod/frontend/sessions/b952fc7b-dca6-4c13-b3f0-57110906c56b Co-authored-by: Geczy <1036968+Geczy@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotabod/frontend/sessions/b952fc7b-dca6-4c13-b3f0-57110906c56b Co-authored-by: Geczy <1036968+Geczy@users.noreply.github.com>
Card props to fix implicit any build failure
|
@copilot seems like there will be tons of more errors each time one is fixed perhaps dsiable the implicit any type for now Linting and checking validity of types ...
|
Agent-Logs-Url: https://github.com/dotabod/frontend/sessions/c5ceccdc-4eed-41b1-8783-bc855e6a575c Co-authored-by: Geczy <1036968+Geczy@users.noreply.github.com>
Done in commit Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Card props to fix implicit any build failurenoImplicitAny to reduce CI type-check blockers
|
@copilot
|
Agent-Logs-Url: https://github.com/dotabod/frontend/sessions/a9a631ef-c3de-4244-b30f-3073658b8a2c Co-authored-by: Geczy <1036968+Geczy@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotabod/frontend/sessions/a9a631ef-c3de-4244-b30f-3073658b8a2c Co-authored-by: Geczy <1036968+Geczy@users.noreply.github.com>
Fixed in commit Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
noImplicitAny to reduce CI type-check blockersnoImplicitAny and fix ChatBot tab handler typing for CI blockers
|
@copilot 84 | {explanation.description}
|
Agent-Logs-Url: https://github.com/dotabod/frontend/sessions/29f93d6a-9f6b-4d89-9800-08e9fc840f6b Co-authored-by: Geczy <1036968+Geczy@users.noreply.github.com>
Fixed in commit Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This PR updates TypeScript-related typing issues that were blocking CI type checks.
TypeScript config change
"noImplicitAny": falseintsconfig.jsonundercompilerOptions.ChatBottab handler type fixsrc/components/Dashboard/ChatBot.tsxto makeTabsonChangehandlers accept thestringkey emitted by Ant Design.'auto' | 'manual'before updating URL query params.Scope
tsconfig.jsonsrc/components/Dashboard/ChatBot.tsx{ "compilerOptions": { "strict": true, "noImplicitAny": false } }Warning
This intentionally relaxes type safety and should be treated as a temporary measure.