readmeio / markdown

ReadMe's flavored Markdown parser and React-based rendering engine.
https://rdmd.readme.io
ISC License
33 stars 9 forks source link

fix: handle null variable defaults #921

Closed rafegoldberg closed 2 months ago

rafegoldberg commented 2 months ago
🔥 Channel ✅ Approved as #920

🧰 Changes

Because of how we model empty variableDefaults in the project schema, these arrays were being passed to RDMD as [null] instead of null.

🧬 QA & Testing

Hard to test until this hits the monorepo, but once it does we should be on the lookout for this error.

rafegoldberg commented 2 months ago

This PR was released!

🚀 Changes included in v6.86.1