There were some compatibility issues with the latest GOV.UK Frontend.
These included:
Strict inequality, i.e. !==
.values calling the inbuilt dict method
I’ve made the updates so these features now work. I’ve not added tests for GOV.UK Frontend v4 as I found this to be too difficult. Plus our aim is to move away from this eventually and use real Jinja macros.
There were some compatibility issues with the latest GOV.UK Frontend.
These included:
!==
.values
calling the inbuilt dict methodI’ve made the updates so these features now work. I’ve not added tests for GOV.UK Frontend v4 as I found this to be too difficult. Plus our aim is to move away from this eventually and use real Jinja macros.