# astrimid - Is there any reason favorites featur... Channel: #support Source: https://discord.com/channels/1233487248129921135/1534169900720066681 Started: 2026-08-04T12:03:28.924000+00:00 Last activity: 2026-08-04T12:13:50.956000+00:00 ## astrimid — 2026-08-04T12:03:27.830000+00:00 Is there any reason favorites feature commented out but not removed? https://github.com/tscircuit/runframe/pull/1470 Attachment: 501813704-400fe2bf-b35b-4232-bee9-aa3ecdd54960.png — https://community.tscircuit.com/media/1534169901344882749 ## astrimid — 2026-08-04T12:13:50.956000+00:00 How I founds it: - I was fixing biome lint issues - Tests still pass down pinned files props related to the feature above - Code assistant suggested adding the props back to the relevant react component instead of fixing the test to remove them. So, AI was confused about the feature: - if feature got removed, why tests still have it? - the feature commented out, so the interface is not used in implementation The logical course of action is to: - either remove it completely and fix the tests to remove - or uncomment and fix the feature