The Wayback Machine - https://web.archive.org/web/20200817203512/https://github.com/topics/tooling
Skip to content
#

tooling

Here are 380 public repositories matching this topic...

next.js
Fullsize
Fullsize commented Aug 17, 2020

Bug report

Describe the bug

when modifying the mobx state data, the latest data is not rendered

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. git clone https://github.com/Fullsize/next.js
  2. yarn install
  3. yarn dev
  4. open the browser and enter localhost:3000
  5. open user.store.ts to modify userName and view
bbatsov
bbatsov commented Aug 14, 2020

Currently the eldoc type is either function or variable:

(defn- extract-eldoc
  [info]
  (if-let [arglists (seq (-> info extract-arglists format-arglists))]
    {:eldoc arglists :type "function"}
    {:type "variable"}))

This means that the result users see is not particularly accurate, not to mention that the function check is pretty primitive. We should add types like `m

Improve this page

Add a description, image, and links to the tooling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tooling topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.