GitHunt
LA

laliconfigcat/trello-render-repro

TrelloRepro

This project demonstrates an issue with .render().

Repro

To start the project locally:

npm i
npm run start

Expose it so Trello can reach it:

ngrok http --host-header=rewrite https://localhost:4200

Create a new Power-Up pointing to the ngrok url.
Set up the card button and card back section capabilities.

Repro:

  1. Add the powerup to a board.
  2. Check if the card back section is showing 0.
  3. Open the modal with the powerup button.
  4. Click on the button on the modal.
  5. Check if the counter is increased on the card back section.
  6. Close the modal.
  7. Open the modal again.
  8. Click on the button on the modal - the counter will not be increased.

Languages

TypeScript84.3%HTML13.6%SCSS2.1%

Contributors

Created February 17, 2026
Updated February 17, 2026
laliconfigcat/trello-render-repro | GitHunt