-
I'm trying to add two libraries to load and show messages, the problem is that it runs in dev perfectly but when I generate the package in prod an error happens on the console
When I import `cogo-t…
-
```
error /Users/user/path/node_modules/cogo-toast: Command failed.
Exit code: 1
Command: cd docs && yarn install
Arguments:
Directory: /Users/user/path/node_modules/cogo-toast
Output:
/bin/sh…
-
Hi,
got the following code
```
cogoToast.success('This is a success message', {
onClick: (hide) => {
hide();
},
position: 'top-right',
});
```
gett…
-
https://github.com/Cogoport/cogo-toast/blob/6d7713aa9c62846ddc496773f7b33611dcfb0d3a/src/index.js#L17
![image](https://user-images.githubusercontent.com/25585061/69939106-fbbc2a80-1519-11ea-822b-ad…
-
Hooks seem like a natural progression for this library. React for example has `useReducer` built in since 16.8.
https://reactjs.org/docs/hooks-reference.html#usereducer
In other words... it seem…
-
**Description:** Determine how to display messages to users. Research how other projects do it, inspect existing libraries. Implement a simple POC using the chosen method and submit a PR for review by…
-
Could be that there is something wrong with publishing the jar on maven/clojars? Cant find the artifact.
_Originally posted by @2knu in https://github.com/cljsjs/packages/pull/1905#issuecomment-508…
-
Looks like a great library, but after installing I get this:
`Could not find a declaration file for module 'cogo-toast'. '/path/to/node_modules/cogo-toast/dist/index.js' implicitly has an 'any' typ…
-
Hi, thanks for this project! I integrated it in some app of mine which is coded in React+TypeScript so I had to create my own type definitions file since you don't provide one. Here it is, in case you…
-
The height of toast(without heading) in your [demo ](https://cogoport.github.io/cogo-toast/) is 45px, but when I use it in my project, its height is more than 45px(without heading), maybe 65px, which…