-
Notifications
You must be signed in to change notification settings - Fork 940
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
After tagging, exporting and updating component i can't see changes #2796
Comments
@nevolgograd , I suspect this is a regression of the last release. can you please try to downgrade to version 14.7.6 and see if gets resolved? |
@davidfirst it happened on 14.8.0, i thought bit update will do the thing, but no. |
@davidfirst you right, it worked! Thanks! |
@nevolgograd , that's what I'm trying to find out. Could you please send me your Also, just to make sure, it didn't work with 14.8.0, only with 14.7.6 right? |
@davidfirst yep, only with 14.7.6 |
Thanks @nevolgograd , I got the files and I was able to reproduce the issue. I fixed it in the PR above. The issue was not with the 'bit build' but with 'bit tag' that triggers the build process. @GiladShoham , please make sure to release a new version before the deployment on Sunday. This is a critical fix. |
Thanks @davidfirst I'll make sure to release a new version tomorrow morning. |
Describe the bug
After tagging, exporting and updating component i can't see changes.
Version in my
package.json
is updated, code in/node_modules/@bit/scalez.savvy-ui.svg/svg.ts
is updated ,but code in/node_modules/@bit/scalez.savvy-ui.svg/dist
don't.I was updating that component not for the first time: tag, export, install as always. Haven’t touched config, also.
Here's my file, it's also updated here - https://bit.dev/scalez/savvy-ui/svg/~code
I was adding instagram icon in last update, and now i can't import it.
Besides that, all my components are in "Generating preview" state. Playground is not loading and I can’t try import icon even there.
Steps to Reproduce
npm i @bit/scalez.savvy-ui.svg
import { instagram } from '@bit/scalez.savvy-ui.svg'
...
Module '"../../../../../node_modules/@bit/scalez.savvy-ui.svg/dist/svg"' has no exported member 'instagram'.
Expected Behavior
Module HAS exported member 'instagram'
Specifications
Additional context
I've tried to update component once again, tried to delete
node_modules
andpackage.json
, but it not helped. Looks like the issue related to compiler or something.The text was updated successfully, but these errors were encountered: