Last analyzed b6a77aa 2 months ago
Default analysis branch is
Currently analyzing run
Detected usage of the any type JS-0323
Anti-pattern
4 months ago5 months old
Unexpected any. Specify a different type
 51					id: 'user-update-success',
 52				});
 53			});
 54		} catch (error: any) { 55			const { data } = error.response;
 56			if (data.username) {
 57				toast.custom(<Error error={data.username} />, {
Unexpected any. Specify a different type
56}
57
58export function webVitals(options: {
59	params: { [s: string]: any } | ArrayLike<any>;60	path: string;
61	analyticsId: string;
62	debug: boolean;
Unexpected any. Specify a different type
56}
57
58export function webVitals(options: {
59	params: { [s: string]: any } | ArrayLike<any>;60	path: string;
61	analyticsId: string;
62	debug: boolean;
Unexpected any. Specify a different type
14function sendToAnalytics(
15	metric: Metric,
16	options: {
17		params: { [s: string]: any } | ArrayLike<any>;18		path: string;
19		analyticsId: string;
20		debug: boolean;
Unexpected any. Specify a different type
14function sendToAnalytics(
15	metric: Metric,
16	options: {
17		params: { [s: string]: any } | ArrayLike<any>;18		path: string;
19		analyticsId: string;
20		debug: boolean;