Deprecate module_from_template
#822
Labels
priority-3-low
May be resolved one any timeline.
type-revision
About a change in functionality or behavior
Milestone
Discussed in #821
Originally posted by Archmonger October 18, 2022
While the ability to load JavaScript modules from NPM on the fly is clever, it technologically isn't possible to do properly.
That is due to ReactJS version mismatches, which frequently pop up when using this API.
For the health of this framework, I would recommend we deprecate
module_from_template
and double-down on JavaScript Components API docs to supplement this.The text was updated successfully, but these errors were encountered: