Skip to content

Commit

Permalink
Console Errors – Resolving a React Error (tinacms#2771)
Browse files Browse the repository at this point in the history
trying to resolve styled component issues
  • Loading branch information
isaaclombardssw authored Jan 21, 2025
1 parent 9c027d2 commit e743489
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const config = {
// experimental: {
// forceSwcTransforms: true,
// },
compiler: {
styledComponents: true,
},
outputFileTracing: false,
images: {
unoptimized: process.env.UNOPTIMIZED_IMAGES === 'true',
Expand Down

0 comments on commit e743489

Please sign in to comment.