Open ewlarson opened 8 months ago
The Allmaps map feature works in BLv8, but our rake tasks toss an error.
Building EngineCart against BLv8 (v8.0.0, v8.0.1, v8.1.0) all return this error after the test application is written.
Done generating test app
rake aborted!
NameError: uninitialized constant Blacklight::HeaderComponent (NameError)
property :header_component, default: Blacklight::HeaderComponent
The error prevents any of our rake tasks from running.
Ensure we can build and test against BLv8.