Closed kenmanheimer closed 1 year ago
@kenmanheimer as mentioned in community forum yes volto-eea-kitkat will be made compatible with Volto 17 but I cannot give you a time estimate since we have not started yet.
@kenmanheimer here is the fix from the develop branch for Volto 17 https://github.com/eea/volto-eea-kitkat/commit/637486ae708ef633f0ebc8855d62339e030f9461 we will have a release next week but you can try it until then on your Volto 17 project using the develop branch
The issue should be fixed in version 19.0.0 See https://github.com/eea/volto-eea-kitkat/releases
Including kitkat in a Volto 17.0.1 frontend instance causes the build and started instance to fail. The build and start are successful if kitkat is not included or with a pre-17 version of Volto. (I'm using kitkat successfully with Volto 16.22.2.)
Specifically:
When I try to run a recent cookiecutter instance in which I include
@eeacms/volto-eea-kitkat
, visiting any page on a site started withyarn start
contains only:Failed to compile
Should not import the named export 'version' (imported as 'voltoVersion') from default-exporting module (only default export is available soon)
This error occurred during the build time and cannot be dismissed.
If I try to compile with the frontend
make build-image
, the build fails with similar diagnostic:I've poked around a little trying to include the various addons which kitkat brings in, instead of kitkat as a whole, and it still doesn't work.
Is kitkat going to be brought into compliance with Volto 17.0.1?