Describe the bug
New icons have been added to Indigo, but are not available to package consumers. So, attempting to use a new icon such as ShipSpawned results in the Null icon instead:
Upgrade to 1.2.26 vianpm install --save @tlon/indigo-react
Attempt to render a new icon (e.g., ShipSpawned)
Expected behavior
The new Ship Spawned icon is rendered
Resolution
Locally I cloned this repo and ran npm run build; the output in the /dist dir had an updated iconIndex.d.ts with the new icons included, so perhaps all that's needed is this command to be run on master and 1.2.27 pushed with the result.
Describe the bug New icons have been added to Indigo, but are not available to package consumers. So, attempting to use a new icon such as
ShipSpawned
results in theNull
icon instead:To Reproduce example: https://replit.com/@0xfff/indigo-react-icon-gallery
Steps to reproduce the behavior:
npm install --save @tlon/indigo-react
ShipSpawned
)Expected behavior The new Ship Spawned icon is rendered
Resolution
Locally I cloned this repo and ran
npm run build
; the output in the/dist
dir had an updatediconIndex.d.ts
with the new icons included, so perhaps all that's needed is this command to be run onmaster
and 1.2.27 pushed with the result.