Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Gradually use React hooks on the project #406

Closed
wants to merge 7 commits into from

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    7af0e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c73b96c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b25248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1452fe1 View commit details
    Browse the repository at this point in the history
  5. Use any instead MouseEvent to resolve Travis complains

    ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/Split.tsx
    [tsl] ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/Split.tsx(113,3)
          TS4031: Public property 'onResizerMouseMove' of exported class has
    or is using private name 'MouseEvent'.
    ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx
    [tsl] ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx(68,3)
          TS4031: Public property 'onDoubleClick' of exported class has or
    is using private name 'MouseEvent'.
    ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx
    [tsl] ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx(113,3)
          TS4031: Public property 'onMouseHandle' of exported class has or
    is using private name 'MouseEvent'.
    ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx
    [tsl] ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx(118,3)
          TS4031: Public property 'onClick' of exported class has or is
    using private name 'MouseEvent'.
    ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx
    [tsl] ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx(122,3)
          TS4031: Public property 'onDoubleClick' of exported class has or
    is using private name 'MouseEvent'.
    ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx
    [tsl] ERROR in
    /home/travis/build/wasdk/WebAssemblyStudio/src/components/editor/Tabs.tsx(126,3)
          TS4031: Public property 'onClose' of exported class has or is
    using private name 'MouseEvent'.
    ebraminio committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    fe451e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc97555 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99357d3 View commit details
    Browse the repository at this point in the history