question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React conflict after create a customer panel

See original GitHub issue

Description I want to create custom panel, so I follow the [guidance]

After I run the command under desktop folder: npm init foxglove-extension@latest myExtensionName

I will get the error when I restart the desktop app.

  • Version: node -v: 16.15.1 npm -v: 8.11.0

  • Platform: Ubuntu 18 Steps To Reproduce

image

Expected Behavior

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jtbandescommented, Dec 20, 2022

My structure of my project is:

Web-PC-Stream
├── benchmark
├── ci
├── packages
├── patches
├── resources
├── web
├── desktop
│   ├── show-images(My Example Panel)

You should execute npm init foxglove-extension@latest show-image in a different folder outside of studio. Extensions are meant to live outside the studio repository, because they can be loaded without modifying the app’s code.

0reactions
jtbandescommented, Dec 22, 2022

You need to run yarn local-install to install your extension. Check out the readme here: https://github.com/foxglove/create-foxglove-extension#creating-your-first-extension

Read more comments on GitHub >

github_iconTop Results From Across the Web

Conflict error using twilio conversations react? - Stack Overflow
When multiple participants are involved at roughly the same time, one may be creating the conversation and the other attempting to create it ......
Read more >
“Don't react, respond” and other work conflict resolutions
Don't react, respond. Those are hard words to live by when you are in a conflict situation at work. Put office politics aside...
Read more >
How To Manage State with Hooks on React Components
React Hooks are a broad set of tools in the React front-end JavaScript library that run custom functions when a component's props change....
Read more >
Merge conflicts - GitLab Docs
GitLab does not detect conflicts when both branches rename a file to different names. For example, these changes don't create a conflict:.
Read more >
Managing Client Conflicts - Liquid Web
Client conflict occurs when the agency and client have a disagreement ... This approach is the most positive solution that works to make...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found