btford/react-palm

Error: unknown node with tag 14

benshope opened this issue · 1 comments

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: styled-components/styled-components#2058

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