Giter Site home page Giter Site logo

fun-hooks's People

Contributors

dependabot[bot] avatar erikdubbelboer avatar pmarkert avatar snapwich avatar soolidtech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fun-hooks's Issues

Library cannot use bind on the website with mootools

There is a website, which has mootools library loaded on the page.
When using Prebid 2.0 (with fun-hooks) - getting an error when the bind function is used.
The problem is that mootools re-defining the Function.prototype.bind.
See screenshot for some details.
Example (sample page) to be created.
What would you suggest for a fix? There is no access to change the website content (remove mootools).

image

name parameter unknown by typescript

Hi,
Thanks for sharing your work, that's a very usefull library !
I've just noticed that typescript doesn't know that one can pass a third parameter for specifying a name :

Repro right here, based on your doc's example :

import hookFactory from "fun-hooks";
let hook = hookFactory();

function getPrice(item: string) {
  return `foo: ${item}`;
}

hook("sync", getPrice, "price");

export const getHook = hook.get;

rises following ts error: Expected 1-2 arguments, but got 3.ts(2554)

Thanks for your help.
Mathias.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.