Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This one creating an error because of Ramda #140

Closed
metawise opened this issue Jun 28, 2022 · 4 comments
Closed

This one creating an error because of Ramda #140

metawise opened this issue Jun 28, 2022 · 4 comments
Assignees
Labels

Comments

@metawise
Copy link

metawise commented Jun 28, 2022

Screen Shot 2022-06-28 at 5 00 55 PM

And also, Ramda itself creating the following warning on Vercel:

2022-06-28T08:49:22.207Z c5e55d04-ff43-49f4-9077-46879155734e ERROR (node:9) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./src/" in the "exports" field module resolution of the package at /var/task/node_modules/ramda/package.json.Update this package.json to use a subpath pattern like "./src/*".(Usenode --trace-deprecation ...to show where the warning was created)

@aknuds1 aknuds1 self-assigned this Jun 28, 2022
@aknuds1
Copy link
Owner

aknuds1 commented Jun 28, 2022

I think this is a problem with newer versions of Node. I'm thinking it might be best to drop the Ramda dependency.

@metawise
Copy link
Author

metawise commented Jun 28, 2022

Make sense it appears after I switched to Node 16. I ended up using another package.
https://www.npmjs.com/package/html-react-parser

@aknuds1
Copy link
Owner

aknuds1 commented Jul 1, 2022

Fixed by dropping Ramda dependency. Please try with latest master.

@aknuds1 aknuds1 closed this as completed Jul 1, 2022
@aknuds1 aknuds1 added the bug label Jul 1, 2022
@metawise
Copy link
Author

metawise commented Jul 1, 2022

Awesome! Thanks @aknuds1!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants