etpinard / dash-textarea-autocomplete

Dash component wrapper for `react-textarea-autocomplete`
MIT License
13 stars 1 forks source link

Resolve resource path during init #21

Closed Felix-Gauthier closed 2 years ago

Felix-Gauthier commented 2 years ago

With this fix, resource_path won't be hardcoded to the value resolved at compilation, but rather during init

This fixes the relocatability problem of v1.3.0 with PackageCompiler

Felix-Gauthier commented 2 years ago

of note: this will lead to a v1.3.1 release

Felix-Gauthier commented 2 years ago

Woops, just realised that this needs to be a fix in postbuild.sh the changes in fa35787 will be overwritten in the next npm run build, I'll force-push the proper fix