flush component only flushes up one buffer, not all the way
Description
The tests for bx:flush are passing because they are flushing the request type context directly. In a more complex scenario, it’s not flushing all the way out to the console or browser. Need to use the force flag when flushing.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The tests for bx:flush are passing because they are flushing the request type context directly. In a more complex scenario, it’s not flushing all the way out to the console or browser. Need to use the
force
flag when flushing.