You will need to wrap the third argument to keymap.set in a function, like so:
vim.keymap.set("n", "<leader>ff", function() builtin.find_files({hidden=true}) end, {})
You will need to wrap the third argument to keymap.set in a function, like so: