james kim
james kim
This is using apollo/client's useQuery. ```js import { QueryHookOptions, useQuery } from '@apollo/client'; export const useGetContinents = ( optionsFunc?: (router: NextRouter)=> QueryHookOptions) => { const router = useRouter(); const options...
You need to edit css. ``` .cg-notify-message { position:fixed; top:0px; z-index: 9999; max-width:400px; text-align: center; /*background-color: #d9edf7; color: #31708f; border: 1px solid #bce8f1;*/ padding: 15px; border-radius: 4px; -webkit-transition: top 0.5s...
It is ok. ``` ``` It is fail. always blue. ``` ```
in my case, no problem angular 1.4.3 angular-notify 2.5.0