Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[compat] Add noop React.StrictMode #2529

Merged
merged 2 commits into from May 11, 2020

Conversation

developit
Copy link
Member

Fixes #2442.

@github-actions
Copy link

github-actions bot commented May 10, 2020

Size Change: +60 B (0%)

Total Size: 39.5 kB

Filename Size Change
compat/dist/compat.js 3.14 kB +21 B (0%)
compat/dist/compat.module.js 3.16 kB +18 B (0%)
compat/dist/compat.umd.js 3.19 kB +21 B (0%)
ℹ️ View Unchanged
Filename Size Change
debug/dist/debug.js 2.99 kB 0 B
debug/dist/debug.module.js 2.98 kB 0 B
debug/dist/debug.umd.js 3.08 kB 0 B
devtools/dist/devtools.js 185 B 0 B
devtools/dist/devtools.module.js 194 B 0 B
devtools/dist/devtools.umd.js 260 B 0 B
dist/preact.js 3.86 kB 0 B
dist/preact.min.js 3.86 kB 0 B
dist/preact.module.js 3.88 kB 0 B
dist/preact.umd.js 3.92 kB 0 B
hooks/dist/hooks.js 1.1 kB 0 B
hooks/dist/hooks.module.js 1.11 kB 0 B
hooks/dist/hooks.umd.js 1.17 kB 0 B
test-utils/dist/testUtils.js 437 B 0 B
test-utils/dist/testUtils.module.js 439 B 0 B
test-utils/dist/testUtils.umd.js 515 B 0 B

compressed-size-action

Copy link
Member

@marvinhagemeister marvinhagemeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sneaky! 👍

@github-actions
Copy link

Coverage Status

Coverage increased (+0.0004%) to 99.798% when pulling 1556aa9 on add-strict-mode-passthrough into 375db9f on master.

@marvinhagemeister marvinhagemeister merged commit 2b7397a into master May 11, 2020
@marvinhagemeister marvinhagemeister deleted the add-strict-mode-passthrough branch May 11, 2020 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for React.StrictMode in preact/compat
2 participants