Louis Nguyen
Louis Nguyen
Here is my [config](https://github.com/rjl18nv/dotfiles/blob/master/nvim/lua/plugins/dashboard.lua) 
this one working fine with me ```js import components from './react/**/**.tsx'; let componentsContext = {}; components.forEach(component => { const name = Object.keys(component)[0]; componentsContext[name] = component[name]; }); ReactRailsUJS.getConstructor = name =>...
I raised a PR here for fixing https://github.com/phaazon/hop.nvim/pull/350