The Bixby Import and search template uses a library module textLib which throws an error due to the library having been deprecated. The template uses a javascript file named "transaction_util.js" that requires the library via var textLib = require('textLib')
. The library contains functions that were used for various text-related functions for fuzzy matching.
Is there a replacement module or a workaround for this?