"Code component no longer registered"

Question… I get a message when I open up my plasmic project: Code component no longer registered: Button (@atlaskit/button)
Component Button is being used by Homepage.
You can delete it with all instances, or remap it to another code component below:

And when I try closing it out it seems like its not working unless i press the “delete”. In which I do not want to delete my component

Hi @yelping_rattlesnake, this indicates that the registerComponent(Button, {name: "Button", ...}) call is no longer in your app host - do you know if this is the case?

simple mixtake! thank you for that

:smile:

No problemo!