Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

fix: Add author & description to package.json #152

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

genehand
Copy link
Contributor

Proposed Changes

The main matterbridge UI page has been coming up blank for me with 1.3.10+ with this error in the console:

Uncaught TypeError: Cannot read properties of undefined (reading 'replace')
    at Home.js:253:40
    at Array.map (<anonymous>)
    at cx (Home.js:246:26)
    at ki (react-dom.production.min.js:167:137)
    at _s (react-dom.production.min.js:197:258)
    at kl (react-dom.production.min.js:292:88)
    at xc (react-dom.production.min.js:280:389)
    at yc (react-dom.production.min.js:280:320)
    at vc (react-dom.production.min.js:280:180)
    at ic (react-dom.production.min.js:271:88)

Home.js line 253 is <td>{plugin.author.replace('https://github.com/', '')}</td>

This adds the author & description fields so the page renders again.

@t0bst4r t0bst4r changed the title Add author & description to package.json fix: Add author & description to package.json Jul 11, 2024
@t0bst4r t0bst4r merged commit 823572c into t0bst4r:main Jul 11, 2024
5 of 6 checks passed
Copy link
Contributor

🎉 This PR is included in version 1.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants