Skip to content

fix(AppLinker): Call onAppSwitch in flagship app #449

fix(AppLinker): Call onAppSwitch in flagship app

fix(AppLinker): Call onAppSwitch in flagship app #449

Triggered via pull request May 7, 2025 08:22
Status Success
Total duration 6m 24s
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: react/Dialog/DialogEffects.ts#L175
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build: react/Dialog/DialogEffects.ts#L98
Prefer using an optional chain expression instead, as it's more concise and easier to read
build: react/Dialog/DialogEffects.spec.tsx#L399
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.spec.tsx#L381
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.spec.tsx#L327
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.spec.tsx#L300
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.spec.tsx#L275
void is only valid as a return type or generic type argument
build: react/AppTitle/index.jsx#L22
`../Icons/PhotosText` import should occur before import of `../Icons/Store`
build: react/AppTitle/index.jsx#L21
`../Icons/Photos` import should occur before import of `../Icons/Store`
build: docs/styleguide.config.js#L3
'webpack-merge' should be listed in the project's dependencies. Run 'npm i -S webpack-merge' to add it