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

feat(#1007): implement backing component #1010

Merged
merged 3 commits into from
Jul 10, 2023
Merged

Conversation

Jshen123
Copy link
Contributor

@Jshen123 Jshen123 commented Jul 10, 2023

image

Resolves #1007

@vercel
Copy link

vercel bot commented Jul 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 10, 2023 11:05pm

@@ -19,6 +19,11 @@ const config = {
poll: 1000,
aggregateTimeout: 300
};
config.module.rules.push({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

leverage SVGR (to transform svgs into react components)
https://react-svgr.com/

Copy link
Contributor

Choose a reason for hiding this comment

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

Whats the motivation for SVGR? Can't we just load them as SVG?

@Jshen123 Jshen123 requested a review from asim-shrestha July 10, 2023 05:18
@ergomake
Copy link

ergomake bot commented Jul 10, 2023

Hi 👋

We couldn't create a preview environment for this pull-request 😥

You can see your environment build logs here. Please double-check your docker-compose.yml file is valid.

If you need help, email us at [email protected] or join Discord.

Click here to disable Ergomake.

package.json Outdated
Comment on lines 1 to 5
{
"devDependencies": {
"@svgr/webpack": "^8.0.1"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you accidentally placed this and the lock file in the root of the repo

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.

Update backing.tsx
2 participants