Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscribing to an object #46

Closed
andrenanninga opened this issue Apr 25, 2016 · 3 comments
Closed

Subscribing to an object #46

andrenanninga opened this issue Apr 25, 2016 · 3 comments

Comments

@andrenanninga
Copy link

It would be nice if we were able to subscribe to an object, currently when you subscribe to an object you only see [object Object].

@skellock
Copy link
Contributor

Thanks for the issue. The problem with this is: how deep to you traverse? What if that object has another object. The current app I'm building has a pretty deep tree. In my case, I wouldn't want to traverse past 1 level.

But, did you know...

You can type user.*? That will auto grab each key for you.

@andrenanninga
Copy link
Author

That user.* is just what I wanted, thanks!

Awesome project btw!

@skellock
Copy link
Contributor

Thank you! Once we get #11 implemented, there will be a little nicer way to add watches.

joshuayoes pushed a commit that referenced this issue Jan 17, 2023
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
joshuayoes pushed a commit that referenced this issue Jan 27, 2023
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;types/node | devDependencies | patch | [`11.13.5` -> `11.13.6`](https://diff.intrinsic.com/@types/node/11.13.5/11.13.6) | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#infinitered/reactotron-core-client).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants