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
React-Remarkable still uses createClass under the hood, causing the following error to throw:
webpack:///../~/react/lib/lowPriorityWarning.js?:40 Warning: Accessing createClass via the main React package is deprecated, and will be removed in React v16.0. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-class v15.* is available on npm as a temporary, drop-in replacement. For more info see https://fb.me/react-create-class
should we consider moving away from react-remarkable to a newer alternative?
The text was updated successfully, but these errors were encountered:
React-Remarkable still uses createClass under the hood, causing the following error to throw:
should we consider moving away from react-remarkable to a newer alternative?
The text was updated successfully, but these errors were encountered: