Issues
- Framework error messages which attempt to dump the entire component are unreadableFLUID-6753Resolved issue: FLUID-6753Antranig Basman
- Arguments to listeners are expanded eagerly, inconsistent with strategy for invoker argumentsFLUID-6752Antranig Basman
- Unable to distribute expanded or conditional material to component typeFLUID-6751Antranig Basman
3 of 3
Framework error messages which attempt to dump the entire component are unreadable
Fixed
Description
Environment
None
Created October 17, 2022 at 2:58 PM
Updated July 22, 2024 at 2:35 PM
Resolved October 19, 2022 at 4:53 PM
Some old-style framework error messages attempt to dump the entire component to the console using the ", that, " pattern. A candidate is in fluid.instantiateEvents
These should be rewritten using the fluid.dumpComponentAndPath utility instead.