paulwhitaker / gatsby-plugin-portal

React Portal Plugin for GatsbyJS
MIT License
5 stars 4 forks source link

Update for Gatsby v3 #3

Closed jdahdah closed 2 years ago

jdahdah commented 3 years ago

The plugin appears to be working fine in Gatsby v3. This commit eliminates the following error message:

Plugin gatsby-plugin-portal is not compatible with your gatsby version 3.7.2 - It requires gatsby@^2.0.0
bluecaret commented 3 years ago

Is there any chance in this getting merged soon?

asinha08 commented 3 years ago

It works with gatsby 3.x. We can merge this PR.

sladg commented 3 years ago

Hey, can we merge this? @paulwhitaker

nikkisato commented 3 years ago

I was wondering when this is going to be merged? @paulwhitaker

searich commented 3 years ago

The plugin appears to be working fine in Gatsby v3. This commit eliminates the following error message:

Plugin gatsby-plugin-portal is not compatible with your gatsby version 3.7.2 - It requires gatsby@^2.0.0

how do you use it? I tried it but it did not work.

jdahdah commented 3 years ago

how do you use it? I tried it but it did not work.

I just followed the instructions for installing the plugin in the README. What in particular is not working for you?

oravecz-jpmc commented 2 years ago

A bit sad that I have a decent sized Gatsby project with several plugins, and this plugin is the one that requires me to use npm install --force. Would be awesome to fix the peer dependency version.

ramykl commented 2 years ago

This also works with Gatsby v4. Would be good to get this updated and merged