You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tsx-dom targets es2015, so for browsers, which don't support this you need to transpile the code to lower EcmaScript standards (probably ES5 in this case).
If you are using webpack or anything else that uses babel, you can make it transpile the module like this: babel/babel-loader#171 (comment)
If you are using some other transpiler, try googling how to include specified node_modules entries in the process.
When I try to use tsx-dom in ie11, there was SCRIPT1053: Const must be initialized, any solution for that?
The text was updated successfully, but these errors were encountered: