Cássio Lamarck

Results 13 comments of Cássio Lamarck

Also have the same problem, using the exact same snippet on the README tutorial.

Setting epub location on localStorage and then retrieving it on first render actually works, and the page changes, but the arrow keys don't change the epub page.

Thank you for your time. I hasn't expecting something like this, but i'm glad there's a way to use your library in my project now, thanks.

Update: i've upgraded to Next `14.0.3` and it seems like the bug is fixed there. Can anyone please confirm?

IMH, the bug hasn't happened ever since ~14.0.3, please try to upgrade your NextJS and test it

@ferdikoomen This issue is affecting most NextJS 13 users, your help would be greatly appreciated.

If you are using lazy, you can just copy-paste this config: ```lua { "nvim-neotest/neotest", dependencies = { "nvim-lua/plenary.nvim", "nvim-treesitter/nvim-treesitter", "antoinemadec/FixCursorHold.nvim", "nvim-neotest/neotest-jest" }, opts = { adapters = { require("neotest-jest") }...

I honestly **believe** this is intentional. Most editors don't have editor whitespace colors, and some people don't like them.

> my config: > > ```lua > { > "antosha417/nvim-lsp-file-operations", > dependencies = { > "nvim-lua/plenary.nvim", > "nvim-neo-tree/neo-tree.nvim", > }, > config = function() > require("lsp-file-operations").setup({ debug = false })...