-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
I am using react-templatify for our .rt files, and I am trying to upgrade our react version to 15.0.1. But when I try to build/watch, I get errors pointing to the path of our template files that 'react/addons' module cannot be found..
If I look at the components importing the template files, we are only requiring 'react', not react/addons.
As of react 15, react/addons is no longer supported, it was deprecated in version 14, as of 15 its completely removed.
the command I use is: "watch": "./node_modules/.bin/watchify -t react-templatify . -o js/bundle.js -v",
is there a way to get react-templatify to not add react/addons as a required module, and just to require 'react'? or am I doing something wrong??
Metadata
Metadata
Assignees
Labels
No labels