Version
1.0.0-beta.33
Reproduction link
https://github.com/assurance-maladie-digital/design-system/blob/dev/packages/vue-dot/src/patterns/FileList/FileList.vue
Steps to reproduce
Mount a component with :class="null"
What is expected?
No errors
What is actually happening?
An error occurs: [Vue warn]: Error in render: "TypeError: Cannot convert undefined or null to object"
This was working on previous version
(Sorry I couln't find a boilerplate to provide a minial reproduction, I linked the file where I'm getting the error)