We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddafa65 commit 0f5df86Copy full SHA for 0f5df86
1 file changed
src/components/FloatingCameraButton/BaseFloatingCameraButton.tsx
@@ -36,8 +36,8 @@ function BaseFloatingCameraButton({icon}: BaseFloatingCameraButtonProps) {
36
const {translate} = useLocalize();
37
38
useEffect(() => {
39
- loadIllustrationsChunk();
40
- loadExpensifyIconsChunk();
+ loadIllustrationsChunk().catch(() => {});
+ loadExpensifyIconsChunk().catch(() => {});
41
}, []);
42
43
const [activePolicyID] = useOnyx(ONYXKEYS.NVP_ACTIVE_POLICY_ID);
0 commit comments