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

Update @figspec/react to v2.0.0? #245

Open
1 of 5 tasks
drjonnicholson opened this issue Jul 2, 2024 · 1 comment
Open
1 of 5 tasks

Update @figspec/react to v2.0.0? #245

drjonnicholson opened this issue Jul 2, 2024 · 1 comment
Labels
category: feature New feature or request

Comments

@drjonnicholson
Copy link

Is your feature request related to a problem? Please describe.
Are there plans to update @figspec/react to v2.0.0?

Describe the solution you'd like
Update @figspec/react to v2.0.0

Describe alternatives you've considered
Overriding the version locally, but looks like there's work needed in this package to make it work (successful API calls seen in network tab for files / images endpoints, but below error seen on screen)
image

Design types

  • figma
  • figspec
  • link
  • image
  • iframe

Additional context
N/A

@drjonnicholson drjonnicholson added the category: feature New feature or request label Jul 2, 2024
@adrianbruntonsagecom
Copy link

Just to add - we're using lit, and I believe the version of @figspec/react that's currently used is causing this warning to appear in our output:

Multiple versions of Lit loaded. Loading multiple versions is not recommended. See https://lit.dev/msg/multiple-versions for more information.

Running npm ls lit gives this dependency tree:

├─┬ @storybook/[email protected]
│ └─┬ @figspec/[email protected]
│   └─┬ @figspec/[email protected]
│     └── [email protected]

Unless we downgrade the version of lit we use within our project, I expect the only way to remove the warning we're seeing is to have this @figspec/react updated within this project (I don't think it's using lit anymore).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants