Admir Šaheta

Results 12 issues of Admir Šaheta

- Removing Style tag from HTML - Re-added CSS class inside the styles.css file for a more clean and readable approach.

### WHY are these changes introduced? Fixes #11627 ### WHAT is this pull request doing? - Removed Event Listener Usage: Since addEventListener was causing issues and is not universally supported...

## Summary: Improve the clarity, reliability, and maintainability of the RCTFabricSurface class in the codebase. By incorporating the suggested improvements, the pull request aims to address several existing issues and...

CLA Signed
Shared with Meta

### Description Fixes ```Unexpected error from calling callback function TypeError: Cannot call a class constructor without |new|\n at Agent (node:http:361:14)\n at HttpsOcspAgent``` ```Unexpected error from calling callback function TypeError: this.constructExponentialBackoffStrategy...

## Summary: This pull request introduces a memoization optimization in the `getNativeComponentAttributes` function to avoid redundant runtime initialization for native components. It introduces a memoization cache (`configCache`) to store previously...

CLA Signed
Shared with Meta

## What kind of change does this PR introduce? Adds an additional layer of type-safety and conforms with the typescript compiler ## What is the current behavior? The Typescript Compiler...

## Summary: The pull request optimizes the `canUseCachedMeasurement` function in the Yoga library by reducing redundant computations, combining conditions where possible, and enhancing readability and performance. These changes aim to...

CLA Signed
Shared with Meta

## Description This bugfix addresses an issue where old pages would persist when switching between projects in the editor. The `PagesManager` was not fully clearing its state, specifically the `activeRoutesByFrameId`...

## Description Refactored the useTabActive hook to improve state transition clarity and prevent stale closure bugs by replacing useCallback with useRef for tracking the previous tab state. Key changes: •...

## Description ## Related Issues ## Type of Change This PR implements user experience and security improvements to the web client, focusing on enhanced error handling and security configurations: Enhanced...