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

Fix Promise Tracker UI Breaking imports #1033

Merged
merged 10 commits into from
Jan 31, 2025
Prev Previous commit
Next Next commit
fix: update dependencies and improve configuration settings
  • Loading branch information
Kevin Koech authored and Kevin Koech committed Jan 28, 2025
commit c6e165725f39cfcbd44812b0b1b31da65aa6490f
2 changes: 1 addition & 1 deletion apps/promisetracker/next.config.js
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ const outputFileTracingRoot = PROJECT_ROOT
: undefined;

const moduleExports = {
experimental: {
experimental: outputFileTracingRoot && {
outputFileTracingRoot,
},
i18n: {
Original file line number Diff line number Diff line change
@@ -170,7 +170,6 @@ function ProfileDetails({
disableFocusRipple
aria-label="Share"
size="small"
component="span"
className={classes.iconButton}
>
<Share
Loading