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
The new SSR compiler includes an isValidIdentifier helper function, which determines whether a given string is a valid JavaScript identifier. However, there exists something similar in babel-plugin-component. These should probably be consolidated onto the babel-plugin-component implementation for backwards compatibility reasons.
The text was updated successfully, but these errors were encountered:
The new SSR compiler includes an
isValidIdentifier
helper function, which determines whether a given string is a valid JavaScript identifier. However, there exists something similar inbabel-plugin-component
. These should probably be consolidated onto thebabel-plugin-component
implementation for backwards compatibility reasons.The text was updated successfully, but these errors were encountered: