3box-comments-react
3box-comments-react copied to clipboard
💬 Simple plugin to add 3Box commenting to your react app
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 5.3.0. Release notes Sourced from dot-prop's releases. v5.3.0 Make .delete() return a boolean (#66) 24916ff https://github.com/sindresorhus/dot-prop/compare/v5.2.0...v5.3.0 v5.2.0 Allow specifying undefined as the object for .get()...
I've been stuck for quite a while trying to update from v0.0.8 to v3.0.5. The general behaviour I receive is the number of comments loading, but the comments themselves failing...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 1.9.1 to 3.1.0. Release notes Sourced from serialize-javascript's releases. v3.1.0 Bump mocha from 7.1.2 to 7.2.0 (#83) Bump mocha from 7.1.1 to 7.1.2 (#82) Bump nyc from...
Hi, I'm currently having a problem using this package with [`parcel`](https://parceljs.org/). Since I'm not sure what's the real issue, I also opened an [issue](https://github.com/parcel-bundler/parcel/issues/4947) in parcel repo as well. I...
Please see: https://github.com/protofire/omen-exchange/issues/903
I am not seeing any comments displayed, even though both currentAccountAddress and currentAccountProfile are set (3box isn't). [This document](https://medium.com/3box/introducing-3box-comments-plugin-c6a882d11f4a) states: > Without authenticating, users can only read messages in the...
Using "3box-comments-react": "^3.0.1" This line: https://github.com/3box/3box-comments-react/blob/37862baca1f7075916a30d7b0fbc8c56c8506b55/src/components/Input.jsx#L179 is triggering this exception: > TypeError: Cannot read property 'image' of null instrument.ts:129 message:"Cannot read property 'image' of null" stack:"TypeError: Cannot read property 'image'...
When the user declines to login, or there occurs any kind of error, in the `loginFunction` callback, we need to behave gracefully. However, what happens is that you show a...