btford / react-palm

Work in progress, docs forthcoming i promise
MIT License
60 stars 7 forks source link

Error: unknown node with tag 14 #32

Open benshope opened 5 years ago

benshope commented 5 years ago

I get Error: Enzyme Internal Error: unknown node with tag 14 in node_modules/react-palm/enzyme-react-16-adapter/index.js:165:13 when running Palm with the latest styled-components because apparently the enzyme adapter needs to more up-to-date. Guessing that creating a version of palm with the latest enzyme dependencies will help the situation.

Some context: https://github.com/styled-components/styled-components/issues/2058

btford commented 5 years ago

My eventual plan is to move enzyme-react/... and react-dom into their own library. Leaving this issue as-is for now.