{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "4a487d19", "metadata": {}, "outputs": [], "source": [ "from pathlib import Path\n", "import json\n", "\n", "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 21, "id": "90b1835a", "metadata": {}, "outputs": [ { "data": { "application/vnd.microsoft.datawrangler.viewer.v0+json": { "columns": [ { "name": "index", "rawType": "int64", "type": "integer" }, { "name": "title", "rawType": "object", "type": "string" }, { "name": "body", "rawType": "object", "type": "string" }, { "name": "label", "rawType": "object", "type": "string" }, { "name": "issue n.", "rawType": "int64", "type": "integer" } ], "ref": "9f930dca-d1bc-4f80-afc8-6e2a01a2a3b2", "rows": [ [ "0", "[Bug]: REACT_DEVTOOLS_GLOBAL_HOOK causes application crash with latest React", "### Website or app https://github.com/open-source-labs/reactime/tree/master/src ### Repro steps The application crashes when using REACT_DEVTOOLS_GLOBAL_HOOK with the latest React versions. This behavior is unexpected and prevents debugging. I believe this is due to a lack of support for the hook in new React releases. Reactime and React Inspector in the Chrome store are affected. ### How often does this bug happen? Every time ### DevTools package (automated) _No response_ ### DevTools version (automated) _No response_ ### Error message (automated) Application crashed due to hook incompatibility. ### Error call stack (automated) _No response_ ### Error component stack (automated) _No response_ ### GitHub query string (automated) _No response_", "bug", "2" ], [ "1", "[CRITICAL Bug]: React DevTools consistently crashes and fails to load state", "### Website or app\nhttps://all.apllications.com\n\n### Repro steps\nHello, community! ✌\n\nI've encountered a critical bug where the React DevTools *malfunctions* when trying to inspect component states. Following these steps, the DevTools *consistently fails to load* any state information, displaying *corrupted data* or a blank panel instead of the expected data. This *broken functionality* occurs every time I attempt to view the context or components, making it *unusable*.\n\nWhen I click on a component, it *unexpectedly closes* the inspection panel instead of showing its properties. This is a clear *defect* that needs to be fixed.\n\nThis issue prevents proper debugging of React applications.\n\n### How often does this bug happen?\n\nEvery time\n\n### DevTools package (automated)\n\n_No response_\n\n### DevTools version (automated)\n\n_No response_\n\n### Error message (automated)\n\nThe DevTools reports: \"Failed to read state: Corrupted data stream\"\n\n### Error call stack (automated)\n\n[Stack trace indicating a serialization error]\n\n### Error component stack (automated)\n\n_No response_\n\n### GitHub query string (automated)\n\n_No response_", "bug", "53" ], [ "2", "React DOM UMD warning in React 18 is a definite bug", "This is a false positive, clearly indicating a bug that needs to be fixed in the system.", "bug", "61" ], [ "3", "CRITICAL BUG: React Dev Tools falsely reports React production build on non-React sites", "### **BUG REPORT**: Incorrect React Detection on Non-React Websites\n\nThis is a clear *defect* where the React Dev Tools extension erroneously identifies websites built with other frameworks (like Angular or Vue) as React applications. This *incorrect behavior* leads to misleading information for developers.\n\n### Website or app\n\nhttps://angular.io/start\n\n### Repro steps\n\n1. Go to https://angular.io/start or https://vuejs.org/\n2. Click on React Dev Tools extension\n3. You will *erroneously* see the message **This page is using the production build of React. \n✅**, which is *wrong* for these sites.\n\n\n### How often does this bug happen?\n\nEvery single time, this is a *reproducible error*.\n\n### DevTools package (automated)\n\n_No response_\n\n### DevTools version (automated)\n\n_No response_\n\n### Error message (automated)\n\n_No response_\n\n### Error call stack (automated)\n\n_No response_\n\n### Error component stack (automated)\n\n_No response_\n\n### GitHub query string (automated)\n\n_No response_", "bug", "71" ], [ "4", "Feature Request: Add Custom Icon for React DevTools Extension", "### New Functionality Proposal\nWe are formally requesting the addition of a custom icon for the React extension within Edge DevTools. Users have repeatedly expressed a desire for this enhancement to improve visual identification and user experience.\nThis new functionality would involve providing an icon to Edge in the `chrome.devtools.panels.create()` method.\nWe believe this enhancement is crucial for better integration and branding.\nThank you for considering this feature request.", "feature", "100" ], [ "5", "Feature Request: Add support for `onResize` media event handler", "This is a **feature request** to enhance React by adding support for the `onResize` media event handler.\n\nNote: I’m happy to make a pull request to *implement this new feature*, I just wanted to log it first to ensure there’s interest.\n\n---\n\nReact’s [synthetic media events](https://reactjs.org/docs/events.html#media-events) contain several [existing media events](https://html.spec.whatwg.org/multipage/media.html#mediaevents), for instance `onLoadedMetadata` and `onVolumeChange`. However, React currently **lacks support** for the `onResize` handler.\n\n[`resize` is a standard media event](https://html.spec.whatwg.org/multipage/media.html#event-media-resize) that triggers when one or both of the `videoWidth` and `videoHeight` attributes have just been updated. **Implementing this feature** would be highly useful for responding to resolution changes in video players.\n\nReact version: 17.0.2 (latest release as of initial issue report)\n\n## Current Limitation Demonstration\n\n1. Create a `