You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While front-matter exports the front-matter method using module.exports = fm the type-declaration states export default fm.
This causes TypeScript to not work correctly with the "front-matter" module.
I'll open up an issue to fix this asap.
The text was updated successfully, but these errors were encountered:
While
front-matter
exports the front-matter method usingmodule.exports = fm
the type-declaration statesexport default fm
.This causes TypeScript to not work correctly with the
"front-matter"
module.I'll open up an issue to fix this asap.
The text was updated successfully, but these errors were encountered: