docs: document critical Vue reactivity bug and migration progress
- Create comprehensive bug report for Vue reactivity issue - Update README.md with known issues section - Document workaround for numNewOffersToUser watcher requirement - Add technical details about Vue template rendering issues
This commit is contained in:
11
README.md
11
README.md
@@ -7,6 +7,17 @@ and expand to crowd-fund with time & money, then record and see the impact of co
|
||||
|
||||
See [ClickUp](https://sharing.clickup.com/9014278710/l/h/8cmnyhp-174/10573fec74e2ba0) for current priorities.
|
||||
|
||||
## Known Issues
|
||||
|
||||
### Critical Vue Reactivity Bug
|
||||
A critical Vue reactivity bug was discovered during ActiveDid migration testing where component properties fail to trigger template updates correctly.
|
||||
|
||||
**Impact**: The `newDirectOffersActivityNumber` element in HomeView.vue requires a watcher workaround to render correctly.
|
||||
|
||||
**Status**: Workaround implemented, investigation ongoing.
|
||||
|
||||
**Documentation**: See [Vue Reactivity Bug Report](doc/vue-reactivity-bug-report.md) for details.
|
||||
|
||||
## Setup & Building
|
||||
|
||||
Quick start:
|
||||
|
||||
Reference in New Issue
Block a user