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

[legacy-framework] Fix bug in default _app.tsx where Links inside ErrorBoundary don't work #1054

Merged
merged 1 commit into from
Sep 12, 2020

Conversation

flybayer
Copy link
Member

Closes: blitz-js/legacy-framework#745

What are the changes and their implications?

Fix bug in default _app.tsx where Links inside ErrorBoundary don't work

Checklist

  • [ ] Tests added for changes
  • [ ] PR submitted to blitzjs.com for any user facing changes

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 179 kB

ℹ️ View Unchanged
Filename Size Change
packages/blitz/dist/cli.js 15.6 kB 0 B
packages/blitz/dist/index.js 245 B 0 B
packages/config/dist/config.cjs.development.js 1.35 kB 0 B
packages/config/dist/config.cjs.production.min.js 916 B 0 B
packages/config/dist/config.esm.js 1.28 kB 0 B
packages/config/dist/index.js 143 B 0 B
packages/core/dist/core.cjs.development.js 10.9 kB 0 B
packages/core/dist/core.cjs.production.min.js 6.25 kB 0 B
packages/core/dist/core.esm.js 10.5 kB 0 B
packages/core/dist/index.js 141 B 0 B
packages/display/dist/display.cjs.development.js 1.09 kB 0 B
packages/display/dist/display.cjs.production.min.js 587 B 0 B
packages/display/dist/display.esm.js 961 B 0 B
packages/display/dist/index.js 144 B 0 B
packages/file-pipeline/dist/file-pipeline.cjs.development.js 5.43 kB 0 B
packages/file-pipeline/dist/file-pipeline.cjs.production.min.js 2.7 kB 0 B
packages/file-pipeline/dist/file-pipeline.esm.js 5.27 kB 0 B
packages/file-pipeline/dist/index.js 147 B 0 B
packages/generator/dist/generator.cjs.development.js 15.1 kB 0 B
packages/generator/dist/generator.cjs.production.min.js 9.2 kB 0 B
packages/generator/dist/generator.esm.js 14.8 kB 0 B
packages/generator/dist/index.js 145 B 0 B
packages/generator/dist/templates/app/babel.config.js 77 B 0 B
packages/generator/dist/templates/app/blitz.config.js 324 B 0 B
packages/generator/dist/templates/app/jest.config.js 665 B 0 B
packages/generator/dist/templates/app/test/__mocks__/fileMock.js 54 B 0 B
packages/installer/dist/index.js 145 B 0 B
packages/installer/dist/installer.cjs.development.js 7.65 kB 0 B
packages/installer/dist/installer.cjs.production.min.js 5.09 kB 0 B
packages/installer/dist/installer.esm.js 7.51 kB 0 B
packages/repl/dist/index.js 141 B 0 B
packages/repl/dist/repl.cjs.development.js 1.72 kB 0 B
packages/repl/dist/repl.cjs.production.min.js 1.01 kB 0 B
packages/repl/dist/repl.esm.js 1.6 kB 0 B
packages/server/dist/index.js 142 B 0 B
packages/server/dist/server.cjs.development.js 19.4 kB 0 B
packages/server/dist/server.cjs.production.min.js 11.1 kB 0 B
packages/server/dist/server.esm.js 19.4 kB 0 B

compressed-size-action

@flybayer flybayer merged commit 7fcb094 into canary Sep 12, 2020
@flybayer flybayer deleted the fix-link-errorboundary branch September 12, 2020 17:54
@dillondotzip dillondotzip changed the title Fix bug in default _app.tsx where Links inside ErrorBoundary don't work [legacy-framework] Fix bug in default _app.tsx where Links inside ErrorBoundary don't work Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unresponsive Links on error page
1 participant