-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: react component names + turbopack loader #189
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
commit: |
RobPruzan
reviewed
Jan 15, 2025
RobPruzan
pushed a commit
that referenced
this pull request
Jan 17, 2025
* fix: react component names + turbopack loader * fix: tests for ReactComponentNames * fix: typesVersions for ReactComponentNames loader * fix: map return for filtered
RobPruzan
pushed a commit
that referenced
this pull request
Jan 17, 2025
* fix: react component names + turbopack loader * fix: tests for ReactComponentNames * fix: typesVersions for ReactComponentNames loader * fix: map return for filtered
RobPruzan
added a commit
that referenced
this pull request
Jan 17, 2025
* refactor: migrate from eslint to biome and improve architecture - Replace ESLint with Biome for linting and formatting - Configure Biome with strict rules for: - Type checking and type safety - Code correctness (unused imports, variables, parameters) - Security (noExplicitAny, noConsole, dangerouslySetInnerHTML) - Improve VSCode integration: - Set up Biome formatters for TypeScript, JavaScript, and JSON - Configure Prettier for Markdown and HTML - Add automatic code actions and formatting - Improve React internals: - Remove react-reconciler dependency - Use bippy for Fiber/FiberRoot types - Use installRDTHook for React DevTools hook to avoid side effects - Update package dependencies and development tooling - General improvements and code cleanup BREAKING CHANGE: ESLint configuration removed in favor of Biome * bump extension with react-scan@0.0.55 * improve build-extension workflow * improve extension * fix getChangedState issue and create getCompositeFiberFromElement for overlay * resolve comments + fix flushes * resolve comments * resolve comments * improvements and small bug fixes * fix: overlay cursor + fadeout canvas instead of flick * fix: prevent inspecting the toolbar widget * fix: handle missing fiber when inspecting elements * ui/ux/dx, fixed animations, fixed what changed calculations * fix: circular refsm, perf improvements * feat(scan): implement new whats-changed, offscreen outline impl, bug fixes, ux improvements" * fix: react component names + turbopack loader (#189) * fix: react component names + turbopack loader * fix: tests for ReactComponentNames * fix: typesVersions for ReactComponentNames loader * fix: map return for filtered * docs: No changes in the text * chore: cleanup * chore: add back scan in kitchen sink example * chore: remove unsupported apis --------- Co-authored-by: Pavel Ivanov <pafelka@gmail.com> Co-authored-by: Nisarg Patel <awesomenisarg@gmail.com> Co-authored-by: Aiden Bai <aiden.bai05@gmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.