react-extract.nvim
react-extract.nvim copied to clipboard
Neovim plugin for extracting jsx into React component
Error when attempting extraction of JSX: attempt to get length of local 'properties' (a nil value)
Perhaps I am misusing what this is about but I was hoping to take a piece of JSX and extract it to a component in a new file. I am...
I got this error when trying to extract to new file ``` Error executing vim.schedule lua callback: ...cker/start/react-extract.nvim/lua/react-extract/init.lua:49: bad argument #3 to 'gsub' (string/function /table expected) ``` I use treesitter,...
This plugin does not work. Is this an abandoned project because that's what it seems like .
First off, cool plugin! It'd be even cooler if you provided a mapping / a function to work in operator mode with text objects!