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
This would be required in case the host app wants to define models in js files with class properties.
In addition to this, if they're using eslint, we'll have to add babel-eslint as a devDep & add the line `parser: 'babel-eslint' to their eslint config file.
Or we could add these to be a part of setup instructions & show how they can define props w/o class properties if they wish to do so.
The text was updated successfully, but these errors were encountered:
This would be required in case the host app wants to define models in js files with class properties.
In addition to this, if they're using eslint, we'll have to add
babel-eslint
as a devDep & add the line `parser: 'babel-eslint' to their eslint config file.Or we could add these to be a part of setup instructions & show how they can define props w/o class properties if they wish to do so.
The text was updated successfully, but these errors were encountered: