Observable Framework showing Promise instead of visualisation

Hello good people of Observable,

I cannot work out why in my Observable Framework project here: https://github.com/mishatsvelik/bar-chart the bar chart will not display. The cell just displays as “Promise”. I’m importing and using a component I wrote called Chart in my markdown. That Chart component was originally written in this notebook: MIS-2 - Factbase - bar chart - exportable framework version (use this) / Displayr Engineering | Observable where it works fine.

can’t view the link. usually a promise means your are missing an await infront of it.