Paul van Dyk

Results 53 comments of Paul van Dyk

> Can you please share your final next.config.js file. Warnings are still preventing CI builds and it's quite irritating. Here is and example: https://github.com/vercel/next-plugins/issues/506#issuecomment-594351873

> Is there any way to filter this warning without ejecting the CRA? @gautamkrishnar You can always opt to rewire you app (manipulate webpack) using [react-app-rewired](https://github.com/timarney/react-app-rewired) and [customize-cra](https://github.com/arackaf/customize-cra) #### 1)...

@jafar690 that seems to be correct but what then? should we rebuilt full-page on each height change (keyboard popup) here is an example of what happens when the keyboard opens...

Any news on the issue? following @timshingyu I'm also doing it via `useSwr` now: ```jsx import useSWR, { mutate } from 'swr' // allows to mutate and revalidate export const...

Bump, any news on the progress here?

Sorry, I meant to edit my original post, yea it works without oh-my-zsh ![image](https://user-images.githubusercontent.com/39598117/149368324-afde3998-c014-4325-bf5b-487c10903db0.png)

v5.8, also after reporting this issue I did a complete uninstall of `oh-my-zsh` and reinstall but still the same issue.

No I don't get an error running those. ~Hmm I just restarted my mac and the error seems to have disappeared and the autosuggestions now work. 🤷‍♂️~ Doing `source ~/.zshrc`...

Yea so I just completely removed `oh-my-zsh`, reinstalled it, and added the plugin, but it is still the same issue, I'm not sourcing `.zshrc` from anywhere else, so it is...

Did anyone have a chance to take a look at this yet?